mirror of https://github.com/apache/archiva.git
compilation failure
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec49aa3e4b
commit
5fbb07bdb4
|
@ -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" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue