branch feature/fix_nightly_build updated (5add1b9 -> 3acf2b0)
This is an automated email from the git hooks/post-receive script. New change to branch feature/fix_nightly_build in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from 5add1b9 Add missing license headers new 3acf2b0 use commons collections 4 not previous one 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 3acf2b007109cd4bf6f755959f6392accb874290 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:16:10 2016 +0200 use commons collections 4 not previous one Summary of changes: .../actions/synchro/UnidirectionalReferentialSynchronizeEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 feature/fix_nightly_build in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 3acf2b007109cd4bf6f755959f6392accb874290 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:16:10 2016 +0200 use commons collections 4 not previous one --- .../actions/synchro/UnidirectionalReferentialSynchronizeEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java index 0b83ff9..8b2edee 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java @@ -4,7 +4,7 @@ import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; import fr.ird.observe.services.dto.referential.ReferentialReferenceSet; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import java.util.Collection; import java.util.LinkedHashSet; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm