Skip to content

Commit 843f626

Browse files
committed
fix: 재귀 오류 수정
1 parent 63e4b90 commit 843f626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/subway/Controller/InputController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static String getStandardInput(Scanner scanner) {
5454
return input;
5555
} catch (IllegalArgumentException e) {
5656
System.out.println(e.getMessage());
57-
return getMainInput(scanner);
57+
return getStandardInput(scanner);
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)