[MRM-297] Result.processor can't be null

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-03-02 17:41:12 +00:00
parent ddcde7a534
commit 193d260bdb
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class DuplicateArtifactFileReportProcessor
}
catch ( DigesterException e )
{
addWarning( artifact, null, "Unable to generate checksum for " + artifact.getFile() + ": " + e );
addWarning( artifact, "cant-checksum", "Unable to generate checksum for " + artifact.getFile() + ": " + e );
}
if ( checksum != null )