Removed unnesesery fields
parent
37be8f3a52
commit
16e0633b75
|
@ -22,7 +22,6 @@ import java.util.List;
|
||||||
public class SelectCandidateByPictureController extends TwoWayNode {
|
public class SelectCandidateByPictureController extends TwoWayNode {
|
||||||
private List<Voting.BallotQuestion> questions;
|
private List<Voting.BallotQuestion> questions;
|
||||||
private List<Voting.BallotAnswer> answers;
|
private List<Voting.BallotAnswer> answers;
|
||||||
private int QuestionId:
|
|
||||||
|
|
||||||
public void SetQuestions(List<Voting.BallotQuestion> questions) throws InterruptedException {
|
public void SetQuestions(List<Voting.BallotQuestion> questions) throws InterruptedException {
|
||||||
this.questions = questions;
|
this.questions = questions;
|
||||||
|
@ -46,6 +45,7 @@ public class SelectCandidateByPictureController extends TwoWayNode {
|
||||||
|
|
||||||
private List<Voting.BallotAnswer> getAnswers(String id){
|
private List<Voting.BallotAnswer> getAnswers(String id){
|
||||||
String name = getCandidateName(id);
|
String name = getCandidateName(id);
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue