mirror of https://github.com/apache/archiva.git
[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:
parent
ddcde7a534
commit
193d260bdb
|
@ -87,7 +87,7 @@ public class DuplicateArtifactFileReportProcessor
|
||||||
}
|
}
|
||||||
catch ( DigesterException e )
|
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 )
|
if ( checksum != null )
|
||||||
|
|
Loading…
Reference in New Issue