Skip to content

Commit c0f8bf7

Browse files
authored
Merge pull request #623 from kopernic-pl/patch-1
Typo in javadoc pointing to nonexisting enum
2 parents 89dc759 + 1e4ab42 commit c0f8bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/influxdb/InfluxDB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public interface Cancellable {
155155

156156
/**
157157
* Enable batching of single Point writes to speed up writes significantly. This is the same as calling
158-
* InfluxDB.enableBatch(BatchingOptions.DEFAULTS)
158+
* InfluxDB.enableBatch(BatchOptions.DEFAULTS)
159159
* @return the InfluxDB instance to be able to use it in a fluent manner.
160160
*/
161161
public InfluxDB enableBatch();

0 commit comments

Comments
 (0)