From 16e0633b75e2cbe39425046bb7150f66e74ccc5d Mon Sep 17 00:00:00 2001 From: Vladimir Eliezer Tokarev Date: Sat, 24 Sep 2016 19:09:13 +0300 Subject: [PATCH] Removed unnesesery fields --- .../SelectCandidateByPictureController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voting-booth-gui/src/main/select_candidate_by_picture/SelectCandidateByPictureController.java b/voting-booth-gui/src/main/select_candidate_by_picture/SelectCandidateByPictureController.java index 74cc078..d4bcfd7 100644 --- a/voting-booth-gui/src/main/select_candidate_by_picture/SelectCandidateByPictureController.java +++ b/voting-booth-gui/src/main/select_candidate_by_picture/SelectCandidateByPictureController.java @@ -22,7 +22,6 @@ import java.util.List; public class SelectCandidateByPictureController extends TwoWayNode { private List questions; private List answers; - private int QuestionId: public void SetQuestions(List questions) throws InterruptedException { this.questions = questions; @@ -46,6 +45,7 @@ public class SelectCandidateByPictureController extends TwoWayNode { private List getAnswers(String id){ String name = getCandidateName(id); + return null; } /**