Skip to content

Commit 6fc409b

Browse files
remove copy of parent content
1 parent 74fd429 commit 6fc409b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/gridsuite/gateway/endpoints/ExploreServer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ public String getEndpointName() {
5050
return ENDPOINT_NAME;
5151
}
5252

53-
@Override
54-
public boolean hasElementsAccessControl() {
55-
return true;
56-
}
57-
5853
@Override
5954
public Optional<AccessControlInfos> getAccessControlInfos(@NonNull ServerHttpRequest request) {
6055
RequestPath path = Objects.requireNonNull(request.getPath());

0 commit comments

Comments
 (0)