Author: olamy
Date: Mon Oct 17 08:00:14 2011
New Revision: 1185036

URL: http://svn.apache.org/viewvc?rev=1185036&view=rev
Log:
looks to be more english speaking :-)

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

Modified: 
archiva/trunk/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/SearchService.java
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/SearchService.java?rev=1185036&r1=1185035&r2=1185036&view=diff
==============================================================================
--- 
archiva/trunk/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/SearchService.java
 (original)
+++ 
archiva/trunk/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/SearchService.java
 Mon Oct 17 08:00:14 2011
@@ -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;


Reply via email to