mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
2023-11 spring-02-arch small fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-1
@@ -54,5 +54,4 @@ public class MenuCommandsProcessor {
|
||||
throw new NoteIndexOutOfBoundsException("Given number of note is out of range");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user