Skip to content

Commit 366260c

Browse files
committed
upd: linter bug fix
1 parent 2c6d359 commit 366260c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/hexlet/code/Engine.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ public static int getMaxQuestions() {
5555
public static int getQuestionCounter() {
5656
return questionCounter;
5757
}
58-
public static void setQuestionCounter(int newValue) {
59-
questionCounter = newValue;
60-
}
6158
public static void incrementQuestionsCounter() {
6259
questionCounter++;
6360
}

0 commit comments

Comments
 (0)