mirror of https://github.com/apache/archiva.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1583875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
668d12030b
commit
6cd50e9737
|
@ -397,7 +397,7 @@ public class DefaultManagedRepositoryAdmin
|
||||||
catch ( MetadataRepositoryException e )
|
catch ( MetadataRepositoryException e )
|
||||||
{
|
{
|
||||||
//throw new RepositoryAdminException( e.getMessage(), e );
|
//throw new RepositoryAdminException( e.getMessage(), e );
|
||||||
log.warn( "skip error during removing repository from MetadatRepository:{}", e.getMessage(), e );
|
log.warn( "skip error during removing repository from MetadataRepository:{}", e.getMessage(), e );
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue