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:
Joakim Erdfelt 2007-06-29 19:00:50 +00:00
parent 029c0c9789
commit 0d2427965a

View File

@ -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 )
{