Skip to content

Commit c7b65e4

Browse files
author
BuzzTroll
committed
oops
1 parent 7ce0394 commit c7b65e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/service/java/source/src/org/globus/workspace/sqlauthz/AuthzDecisionLogic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ private long checkUrl(
325325
fileIds[1] = authDB.newFile(keyName, fileIds[0], canUser, dataKey, schemeType);
326326
}
327327
if(fileIds[1] < 0)
328-
{ AuthzDBAdapter
328+
{
329329
throw new ResourceRequestDeniedException("the object " + objectName + " was not found.");
330330
}
331331

0 commit comments

Comments
 (0)