Skip to content

Commit addf044

Browse files
authored
Merge pull request #27 from dcuartielles/patch-27
updated comments
2 parents b8c2d32 + 97f891b commit addf044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter05/Example12/Example12.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void main(String[] args) {
1919
System.out.println("Exception: Case Closed");
2020
}
2121

22-
// you will never see this print
22+
// code to be executed after handling the exception
2323
Iterator<String> iterator = lines.iterator();
2424
while (iterator.hasNext())
2525
System.out.println(iterator.next());

0 commit comments

Comments
 (0)