oups remove annotations from impl

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1301643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-16 16:48:13 +00:00
parent a63a16a32c
commit fcb3c65b6f
1 changed files with 2 additions and 4 deletions

View File

@ -35,7 +35,6 @@ import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Service;
import javax.ws.rs.PathParam;
import javax.ws.rs.core.Response;
import java.util.ArrayList;
import java.util.Collection;
@ -252,9 +251,8 @@ public class DefaultBrowseService
}
}
public ProjectVersionMetadata getProjectMetadata( @PathParam( "g" ) String groupId,
@PathParam( "a" ) String artifactId,
@PathParam( "v" ) String version, String repositoryId )
public ProjectVersionMetadata getProjectMetadata( String groupId, String artifactId, String version,
String repositoryId )
throws ArchivaRestServiceException
{
List<String> selectedRepos = getObservableRepos();