Skip to content

Commit 1f5cdb2

Browse files
committed
fix return type of nativeSetDebugFlags
1 parent edfe28c commit 1f5cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static native void nativeRegisterCustomType(long store, int entityId, int proper
133133

134134
static native String nativeStartObjectBrowser(long store, String urlPath, int port);
135135

136-
static native String nativeSetDebugFlags(long store, int debugFlags);
136+
static native void nativeSetDebugFlags(long store, int debugFlags);
137137

138138
public static native boolean isObjectBrowserAvailable();
139139

0 commit comments

Comments
 (0)