Skip to content

Commit 93ba538

Browse files
Fix dangling FlatStoreOptions docs.
1 parent fa4fdea commit 93ba538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/src/main/java/io/objectbox/model/FlatStoreOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
import java.util.*;
2424
import com.google.flatbuffers.*;
2525

26-
@SuppressWarnings("unused")
2726
/**
2827
* Options to open a store with. Set only the values you want; defaults are used otherwise.
2928
* Reminder: enable "force defaults" in the FlatBuffers builder, e.g. to pass in booleans with value "false".
3029
*/
30+
@SuppressWarnings("unused")
3131
public final class FlatStoreOptions extends Table {
3232
public static void ValidateVersion() { Constants.FLATBUFFERS_1_12_0(); }
3333
public static FlatStoreOptions getRootAsFlatStoreOptions(ByteBuffer _bb) { return getRootAsFlatStoreOptions(_bb, new FlatStoreOptions()); }

0 commit comments

Comments
 (0)