We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f0561 commit 93ff22dCopy full SHA for 93ff22d
src/main/java/com/marklogic/client/impl/GraphManagerImpl.java
@@ -402,14 +402,6 @@ public void setDefaultMimetype(String mimetype) {
402
this.defaultMimetype = mimetype;
403
}
404
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
-
413
@SuppressWarnings("rawtypes")
414
private String validateGraphsMimetype(HandleImplementation baseHandle) {
415
String mimetype = baseHandle.getMimetype();
0 commit comments