Skip to content

Commit

Permalink
Update Ex11_16.java
Browse files Browse the repository at this point in the history
  • Loading branch information
castello authored Aug 2, 2020
1 parent 217319a commit bd6954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javajungsuk_basic_src/ch11/src/Ex11_16.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void main(String[] args) {
System.out.println();

if(!map.containsKey(id)) {
System.out.println("입력하신 id는 존재하지 않습니다." + " 다시 입력해주세요.");
System.out.println("입력하신 id는 존재하지 않습니다. 다시 입력해주세요.");
continue;
}

Expand Down

0 comments on commit bd6954b

Please sign in to comment.