Jean-Francois Leveque

Correction commentaire

......@@ -74,7 +74,7 @@ public interface PublisherService {
/**
*
* @param string String searched indexed publishers
* @return indexed publisher that matches the String
* @return indexed publishers that match the String
*/
List<PublisherVersion> search(@NotNull String string) throws SearchingException;
......