branch develop updated (785a5eb -> 9e65d6f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from 785a5eb refs #7975 display bibliography in modal instead of new page new 9e65d6f remove non wanted annotation The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9e65d6fa6c149978f00f36a5127108b8bfce7263 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Feb 15 11:57:13 2016 +0100 remove non wanted annotation Summary of changes: .../main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm