Skip to content

Commit

Permalink
Review comment fix for comment #25020 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsandemir committed Sep 26, 2023
1 parent 92d632e commit 0c8def3
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 @@ -81,7 +81,7 @@ public Object[] getParameters() {

@Override
public String getMethodName() {
return SecurityInterceptorConstants.FETCH;
return SecurityInterceptorConstants.ITERATOR;
}

@Override
Expand Down
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 0c8def3

Please sign in to comment.