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 077bd8068d207fa5c5f8df15fdcf0f0b95d007a9 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Fri Jun 20 01:15:11 2014 +0200 fix test import --- .../java/org/chorem/pollen/services/service/VoterListService.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java index 9f2b529..4fc2f9c 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java @@ -26,6 +26,7 @@ package org.chorem.pollen.services.service; import com.google.common.collect.Sets; import org.apache.commons.collections4.CollectionUtils; import org.chorem.pollen.persistence.entity.*; +import org.chorem.pollen.services.bean.PollenEntityId; import org.chorem.pollen.services.bean.PollenEntityRef; import org.chorem.pollen.services.bean.VoterListBean; import org.chorem.pollen.services.bean.VoterListMemberBean; @@ -61,6 +62,11 @@ public class VoterListService extends PollenServiceSupport { } public PollenEntityRef<VoterList> importFavoriteList(String pollId, + String favoriteListId) { + return importFavoriteList(pollId, null, favoriteListId); + } + + public PollenEntityRef<VoterList> importFavoriteList(String pollId, String voterListId, String favoriteListId) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm