Skip to content

Commit 5d65190

Browse files
committed
chnod test scripts
1 parent 4d821b5 commit 5d65190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/atomgraph/linkeddatahub/resource/acl

src/main/java/com/atomgraph/linkeddatahub/resource/acl/Access.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public Response get(@QueryParam(QUERY) Query query,
136136
Model authModel = getEndpointAccessor().loadModel(query, defaultGraphUris, namedGraphUris);
137137
// special case where the agent is the owner of the requested document - automatically grant acl:Read/acl:Append/acl:Write access
138138
if (isOwner(accessTo, agent))
139-
{
139+
{
140140
log.debug("Agent <{}> is the owner of <{}>, granting acl:Read/acl:Append/acl:Write access", agent, accessTo);
141141
authModel.add(createOwnerAuthorization(accessTo, agent).getModel());
142142
}

0 commit comments

Comments
 (0)