mirror of https://github.com/apache/archiva.git
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:
parent
3fc9e37424
commit
9916e66996
|
@ -114,11 +114,11 @@ public interface MetadataRepository
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param repositoryId
|
* @param repositoryId
|
||||||
* @param project
|
* @param namespace (groupId for maven )
|
||||||
* @since 1.4-M3
|
* @since 1.4-M3
|
||||||
* @throws MetadataRepositoryException
|
* @throws MetadataRepositoryException
|
||||||
*/
|
*/
|
||||||
void removeNamespace( String repositoryId, String project )
|
void removeNamespace( String repositoryId, String namespace )
|
||||||
throws MetadataRepositoryException;
|
throws MetadataRepositoryException;
|
||||||
|
|
||||||
List<ArtifactMetadata> getArtifacts( String repositoryId )
|
List<ArtifactMetadata> getArtifacts( String repositoryId )
|
||||||
|
|
Loading…
Reference in New Issue