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.
2 parents 89dc759 + 1e4ab42 commit c0f8bf7Copy full SHA for c0f8bf7
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