Skip to content

Commit

Permalink
Review comment fix for comment hazelcast#25020 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsandemir committed Sep 13, 2023
1 parent c1a55a9 commit d743c62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public Object[] getParameters() {

@Override
public String getMethodName() {
return SecurityInterceptorConstants.FETCH;
return SecurityInterceptorConstants.ITERATOR;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public final class SecurityInterceptorConstants {
public static final String GET_CONFIG = "getConfig";
public static final String GET = "get";
public static final String ITERATOR = "iterator";
public static final String FETCH = "fetch";
public static final String REGISTER_CACHE_ENTRY_LISTENER = "registerCacheEntryListener";
public static final String DEREGISTER_CACHE_ENTRY_LISTENER = "deregisterCacheEntryListener";
public static final String LOAD_ALL = "loadAll";
Expand Down

0 comments on commit d743c62

Please sign in to comment.