We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dc759 commit 1e4ab42Copy full SHA for 1e4ab42
src/main/java/org/influxdb/InfluxDB.java
@@ -155,7 +155,7 @@ public interface Cancellable {
155
156
/**
157
* Enable batching of single Point writes to speed up writes significantly. This is the same as calling
158
- * InfluxDB.enableBatch(BatchingOptions.DEFAULTS)
+ * InfluxDB.enableBatch(BatchOptions.DEFAULTS)
159
* @return the InfluxDB instance to be able to use it in a fluent manner.
160
*/
161
public InfluxDB enableBatch();
0 commit comments