Jean-Francois Leveque

Correction commentaire

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