]> source.dussan.org Git - archiva.git/commitdiff
comment methods not yet implemented in SearchService REST Api
authorOlivier Lamy <olamy@apache.org>
Mon, 17 Oct 2011 07:57:32 +0000 (07:57 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 17 Oct 2011 07:57:32 +0000 (07:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185034 13f79535-47bb-0310-9956-ffa450edef68

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

index 3248e58bf0276b412cd212203fa0db3e1f66adb0..496a4fcd615517ad5237ef87b0cad4f6cca41163 100644 (file)
@@ -77,6 +77,7 @@ public interface SearchService
     GroupIdList getAllGroupIds( @QueryParam( "selectedRepos" ) List<String> selectedRepos )
         throws ArchivaRestServiceException;
 
+    /*
     @Path( "getDependencies" )
     @GET
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML, MediaType.TEXT_PLAIN } )
@@ -93,5 +94,6 @@ public interface SearchService
     @RedbackAuthorization( noPermission = true, noRestriction = true )
     List<Artifact> getArtifactByChecksum( @QueryParam( "checksum" ) String checksum )
         throws ArchivaRestServiceException;
+    */
 
 }