mirror of
https://github.com/apache/archiva.git
synced 2025-03-01 05:59:17 +00:00
Fixing compile.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@552003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
029c0c9789
commit
0d2427965a
@ -128,7 +128,7 @@ public void processArchivaArtifact( ArchivaArtifact artifact )
|
||||
try
|
||||
{
|
||||
results = dao.getArtifactDAO().queryArtifacts( new ArtifactsByChecksumConstraint(
|
||||
checksumSha1, ArtifactsByChecksumConstraint.SHA1_CONDITION ) );
|
||||
checksumSha1, ArtifactsByChecksumConstraint.SHA1 ) );
|
||||
}
|
||||
catch ( ObjectNotFoundException e )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user