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 63e4b90 commit 843f626Copy full SHA for 843f626
1 file changed
src/main/java/subway/Controller/InputController.java
@@ -54,7 +54,7 @@ public static String getStandardInput(Scanner scanner) {
54
return input;
55
} catch (IllegalArgumentException e) {
56
System.out.println(e.getMessage());
57
- return getMainInput(scanner);
+ return getStandardInput(scanner);
58
}
59
60
0 commit comments