Skip to content

Commit

Permalink
Rename listener
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 23, 2024
1 parent e055847 commit b1c02dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import org.opensearch.core.action.ActionListener;

public interface ResourceSharingService<T extends Resource> {
void isSharedWithCurrentUser(String resourceId, ActionListener<Boolean> resourceSharingListener);
void isSharedWithCurrentUser(String resourceId, ActionListener<Boolean> shareListener);
}

0 comments on commit b1c02dd

Please sign in to comment.