Skip to content

Commit

Permalink
remove the sync
Browse files Browse the repository at this point in the history
  • Loading branch information
congbo committed May 7, 2024
1 parent 91e400a commit 7d9e9a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void setSessionStateListener(SessionStateListener sessionStateListener) {
});
}

public synchronized CompletableFuture<Boolean> isMetadataServiceAvailable() {
public CompletableFuture<Boolean> isMetadataServiceAvailable() {
return CompletableFuture.completedFuture(metadataServiceAvailable);
}
}

0 comments on commit 7d9e9a6

Please sign in to comment.