branch develop updated (e4b7b7f -> 2d2e367)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from e4b7b7f use last wikitty version new 2d2e367 not use Collections4 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 2d2e36788d657b2d5e2a08765df06cd9413d4916 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Thu Aug 6 23:17:45 2015 +0200 not use Collections4 Summary of changes: .../java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit 2d2e36788d657b2d5e2a08765df06cd9413d4916 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Thu Aug 6 23:17:45 2015 +0200 not use Collections4 --- .../java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bow-ui/src/main/java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java b/bow-ui/src/main/java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java index 1cea0d5..76f6369 100644 --- a/bow-ui/src/main/java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java +++ b/bow-ui/src/main/java/org/chorem/bow/action/bookmark/AuthenticationEditAction.java @@ -21,7 +21,7 @@ package org.chorem.bow.action.bookmark; import java.util.Collections; -import org.apache.commons.collections4.CollectionUtils; +import org.apache.commons.collections.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.bow.BowAuthentication; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm