Skip to content

Commit

Permalink
remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoramy committed Oct 27, 2024
1 parent 50b20aa commit dbaf7b9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public Pool<Question> getQuestionPool() {
return questionPool;
}

public int getMany() {
return many;
}

public void setMany(int many) {
this.many = many;
}
Expand Down

0 comments on commit dbaf7b9

Please sign in to comment.