compilation failure

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-02-26 08:31:53 +00:00
parent ec49aa3e4b
commit 5fbb07bdb4
1 changed files with 0 additions and 2 deletions

View File

@ -534,7 +534,6 @@ public class FileMetadataRepository
} }
public void save() public void save()
throws MetadataRepositoryException
{ {
// it's all instantly persisted // it's all instantly persisted
} }
@ -545,7 +544,6 @@ public class FileMetadataRepository
} }
public void revert() public void revert()
throws MetadataRepositoryException
{ {
log.warn( "Attempted to revert a session, but the file-based repository storage doesn't support it" ); log.warn( "Attempted to revert a session, but the file-based repository storage doesn't support it" );
} }