]> source.dussan.org Git - archiva.git/commitdiff
oups remove annotations from impl
authorOlivier Lamy <olamy@apache.org>
Fri, 16 Mar 2012 16:48:13 +0000 (16:48 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 16 Mar 2012 16:48:13 +0000 (16:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1301643 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/java/org/apache/archiva/rest/services/DefaultBrowseService.java

index ec3948f1e1d34e9050afee0b693f0cd1275126b2..17b8cc80892f7ed8f1bf93c24633e95364397fc1 100644 (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();