fix parameter name

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1381580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-06 12:38:10 +00:00
parent 3fc9e37424
commit 9916e66996
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ public interface MetadataRepository
/**
*
* @param repositoryId
* @param project
* @param namespace (groupId for maven )
* @since 1.4-M3
* @throws MetadataRepositoryException
*/
void removeNamespace( String repositoryId, String project )
void removeNamespace( String repositoryId, String namespace )
throws MetadataRepositoryException;
List<ArtifactMetadata> getArtifacts( String repositoryId )