diff --git a/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java b/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java index 7f9bf674..1e162870 100644 --- a/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java +++ b/src/edu/cornell/mannlib/vivo/auth/policy/SelfEditorRelationshipPolicy.java @@ -124,8 +124,8 @@ public class SelfEditorRelationshipPolicy extends AbstractRelationshipPolicy } private DistilledAction distill(AbstractObjectPropertyStatementAction action) { - return new DistilledAction(action.uriOfPredicate, action.uriOfSubject, - action.uriOfObject); + return new DistilledAction(action.getUriOfPredicate(), + action.getUriOfSubject(), action.getUriOfObject()); } private PolicyDecision isAuthorized(IdentifierBundle ids,