Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
remaining commit being removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Oct 15, 2010
1 parent 2695398 commit 7ce0394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion authzdb/src/org/nimbus/authz/AuthzDBAdapter.java
Expand Up @@ -714,7 +714,6 @@ public void setFileSize(
{
throw new AuthzDBException("did not insert the row properly");
}
c.commit();
}
catch(SQLException e)
{
Expand Down
Expand Up @@ -325,7 +325,7 @@ private long checkUrl(
fileIds[1] = authDB.newFile(keyName, fileIds[0], canUser, dataKey, schemeType);
}
if(fileIds[1] < 0)
{
{ AuthzDBAdapter
throw new ResourceRequestDeniedException("the object " + objectName + " was not found.");
}

Expand Down

0 comments on commit 7ce0394

Please sign in to comment.