Skip to content

Commit 93ff22d

Browse files
committed
fix #363--remove unwanted internal GraphPermissionsImpl class
1 parent 51f0561 commit 93ff22d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/com/marklogic/client/impl/GraphManagerImpl.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,6 @@ public void setDefaultMimetype(String mimetype) {
402402
this.defaultMimetype = mimetype;
403403
}
404404

405-
public class GraphPermissionsImpl extends HashMap<String, Set<Capability>> implements GraphPermissions{
406-
@Override
407-
public GraphPermissions permission(String role, Capability... capabilities) {
408-
this.put(role, new HashSet<Capability>(Arrays.asList(capabilities)));
409-
return this;
410-
}
411-
}
412-
413405
@SuppressWarnings("rawtypes")
414406
private String validateGraphsMimetype(HandleImplementation baseHandle) {
415407
String mimetype = baseHandle.getMimetype();

0 commit comments

Comments
 (0)