]> source.dussan.org Git - archiva.git/commitdiff
compilation failure
authorOlivier Lamy <olamy@apache.org>
Sun, 26 Feb 2012 08:31:53 +0000 (08:31 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 26 Feb 2012 08:31:53 +0000 (08:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293774 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/metadata-store-file/src/main/java/org/apache/archiva/metadata/repository/file/FileMetadataRepository.java

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