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>.