This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git commit 9e65d6fa6c149978f00f36a5127108b8bfce7263 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 15 11:57:13 2016 +0100 remove non wanted annotation --- .../main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java index 768165f..61cf842 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java @@ -60,7 +60,6 @@ import org.nuiton.topia.persistence.TopiaNoResultException; import org.nuiton.util.DateUtil; import org.nuiton.util.pagination.PaginationResult; -import javax.annotation.Nullable; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; @@ -332,7 +331,7 @@ public class DocumentsWebService extends CoselmarWebServiceSupport { Iterables.removeIf(citations, new Predicate<String>() { @Override - public boolean apply(@Nullable String input) { + public boolean apply(String input) { return StringUtils.isBlank(input); } }); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.