]> source.dussan.org Git - archiva.git/commitdiff
looks to be more english speaking :-)
authorOlivier Lamy <olamy@apache.org>
Mon, 17 Oct 2011 08:00:14 +0000 (08:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 17 Oct 2011 08:00:14 +0000 (08:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185036 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 fb88e6775a766d6cfca4ce6352a20251d913d1d5..46512b8323f7fedd123aa245ec0a8c914e2bb677 100644 (file)
@@ -52,7 +52,7 @@ public interface SearchService
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML, MediaType.TEXT_PLAIN } )
     @RedbackAuthorization( noPermission = true, noRestriction = false )
     /**
-     * <b>search will be apply on all repositories the user used has karma</b>
+     * <b>search will be apply on all repositories the current user has karma</b>
      */
     List<Artifact> quickSearch( @QueryParam( "queryString" ) String queryString )
         throws ArchivaRestServiceException;
@@ -62,7 +62,7 @@ public interface SearchService
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML, MediaType.TEXT_PLAIN } )
     @RedbackAuthorization( noPermission = true, noRestriction = false )
     /**
-     * <b>search will be apply on all repositories the user used has karma</b>
+     * <b>search will be apply on all repositories the current user has karma</b>
      */
     List<Artifact> getArtifactVersions( @QueryParam( "groupId" ) String groupId,
                                         @QueryParam( "artifactId" ) String artifactId,
@@ -75,7 +75,7 @@ public interface SearchService
     @RedbackAuthorization( noPermission = true, noRestriction = false )
     /**
      * If searchRequest contains repositories, the search will be done only on those repositories.
-     * <b>if no repositories, the search will be apply on all repositories the user used has karma</b>
+     * <b>if no repositories, the search will be apply on all repositories the current user has karma</b>
      */
     List<Artifact> searchArtifacts( SearchRequest searchRequest )
         throws ArchivaRestServiceException;