fix paramater name used

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-27 09:11:22 +00:00
parent afbb26a584
commit fc214ca25e
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ public class DefaultBrowseService
metadataResolver.resolveArtifacts( session, repoId, groupId, artifactId, version ) );
Collections.sort( artifacts, ArtifactMetadataVersionComparator.INSTANCE );
return buildArtifacts( artifacts, repositoryId );
return buildArtifacts( artifacts, repoId );
}
}