Skip to content

Commit b772ba7

Browse files
committed
README: add missing bracket
1 parent 98a0dab commit b772ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ To solve this situation the influxdb-java offers an option to offset the flushDu
333333
the clients will flush their buffers in different intervals:
334334

335335
```java
336-
influxDB.enableBatch(BatchOptions.DEFAULTS.jitterDuration(500);
336+
influxDB.enableBatch(BatchOptions.DEFAULTS.jitterDuration(500));
337337
```
338338

339339
### Other Usages

0 commit comments

Comments
 (0)