mirror of https://github.com/apache/archiva.git
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:
parent
afbb26a584
commit
fc214ca25e
|
@ -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 );
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue