We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6d359 commit 366260cCopy full SHA for 366260c
app/src/main/java/hexlet/code/Engine.java
@@ -55,9 +55,6 @@ public static int getMaxQuestions() {
55
public static int getQuestionCounter() {
56
return questionCounter;
57
}
58
- public static void setQuestionCounter(int newValue) {
59
- questionCounter = newValue;
60
- }
61
public static void incrementQuestionsCounter() {
62
questionCounter++;
63
0 commit comments