Skip to content

Commit a43f829

Browse files
Remove empty line.
1 parent 9a8cde5 commit a43f829

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStoreBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ public BoxStoreBuilder fileMode(long mode) {
284284
* For highly concurrent setups (e.g. you are using ObjectBox on the server side) it may make sense to increase the
285285
* number.
286286
*/
287-
288287
public BoxStoreBuilder maxReaders(int maxReaders) {
289288
this.maxReaders = maxReaders;
290289
return this;

0 commit comments

Comments
 (0)