[pollen] branch develop updated (96c26b4 -> edd65be)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 96c26b4 add mainResult for group vote counting result new edd65be optimize import 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 edd65be6417b4e69a37b46e432d6c493c16c30aa Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 14 18:12:04 2014 +0200 optimize import Summary of changes: .../org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java | 4 ---- 1 file changed, 4 deletions(-) -- 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 pollen. See http://git.chorem.org/pollen.git commit edd65be6417b4e69a37b46e432d6c493c16c30aa Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 14 18:12:04 2014 +0200 optimize import --- .../org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java index c17e88e..bfe5c7f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java @@ -21,13 +21,9 @@ package org.chorem.pollen.services.bean; * #L% */ -import org.chorem.pollen.votecounting.model.GroupOfVoter; import org.chorem.pollen.votecounting.model.GroupVoteCountingResult; import org.chorem.pollen.votecounting.model.VoteCountingResult; -import java.util.HashMap; -import java.util.Map; - /** * //FIXME * Created on 5/27/14. -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm