Skip to content

Commit b1b0c2b

Browse files
author
Anthony Nowell
committed
Minor README snippet tweak
1 parent 6c1972d commit b1b0c2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ try {
106106
} catch (APIException ex) {
107107
System.out.println("API Exception: " ex.getMessage());
108108
} catch (AlgorithmException ex) {
109-
System.out.println("Algorithm Exception: " ex.getMessage() + "\n" + ex.stacktrace);
109+
System.out.println("Algorithm Exception: " ex.getMessage());
110+
System.out.println(ex.stacktrace);
110111
}
111112
```
112113

0 commit comments

Comments
 (0)