Skip to content

Commit 02876aa

Browse files
SyncServerImpl: remove unused native methods replaced by new options
1 parent 2a83de1 commit 02876aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

objectbox-java/src/main/java/io/objectbox/sync/server/SyncServerImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ protected void finalize() throws Throwable {
140140

141141
private native int nativeGetPort(long handle);
142142

143-
private native void nativeSetAuthenticator(long handle, long credentialsType, @Nullable byte[] credentials);
144-
145-
private native void nativeAddPeer(long handle, String uri, long credentialsType, @Nullable byte[] credentials);
146-
147143
private native String nativeGetStatsString(long handle);
148144

149145
private native void nativeSetSyncChangesListener(long handle, @Nullable SyncChangeListener changesListener);

0 commit comments

Comments
 (0)