2023-11 spring-02-arch small fix

This commit is contained in:
stvort
2023-12-05 23:02:33 +04:00
parent 1d1e288c13
commit 135f8ab4cb
3 changed files with 0 additions and 3 deletions
@@ -72,7 +72,6 @@ public class Main {
} catch (NumberFormatException e) {
System.out.println("Ошибка при вводе числа");
}
}
}
}
@@ -22,5 +22,4 @@ public class Note {
public String getText() {
return text;
}
}
@@ -54,5 +54,4 @@ public class MenuCommandsProcessor {
throw new NoteIndexOutOfBoundsException("Given number of note is out of range");
}
}
}