avoid using printStackTrace

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1345577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-06-02 21:14:22 +00:00
parent eeed20ed36
commit e02d0cdc8b

View File

@ -628,7 +628,7 @@ public void removeArtifact( String repoId, String namespace, String project, Str
catch ( IOException e )
{
// TODO
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
log.error( e.getMessage(), e );
}
}
@ -733,7 +733,7 @@ public void updateArtifact( String repoId, String namespace, String projectId, S
catch ( IOException e )
{
// TODO
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
log.error( e.getMessage(), e );
}
}