Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Jan 24, 2024
1 parent 4c4494a commit 531d8ff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ public CompletableFuture<Void> handleMetadataEvent(MetadataEvent event) {
return result;
}

/**
* @deprecated Use {@link #registerSyncListener(Optional)} instead.
*/
@Deprecated
protected void registerSyncLister(Optional<MetadataEventSynchronizer> synchronizer) {
this.registerSyncListener(synchronizer);
Expand Down

0 comments on commit 531d8ff

Please sign in to comment.