kevin-wayne / algs4

Algorithms, 4th edition textbook code and libraries
http://algs4.cs.princeton.edu/code/
GNU General Public License v3.0
7.42k stars 2.68k forks source link

fixed a bug in main function of input stream #71

Closed renph closed 4 years ago

renph commented 5 years ago

The exception is not caught by try-block

kevin-wayne commented 5 years ago

Thanks, fixed.

On Jun 2, 2019, at 3:27 PM, renph notifications@github.com wrote:

The exception is not caught by try-block

You can view, comment on, or merge this pull request online at:

https://github.com/kevin-wayne/algs4/pull/71

Commit Summary

• fixed a bug File Changes

• M src/main/java/edu/princeton/cs/algs4/In.java (2) Patch Links:

https://github.com/kevin-wayne/algs4/pull/71.patchhttps://github.com/kevin-wayne/algs4/pull/71.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Kevin Wayne Phillip Y. Goldman '86 Senior Lecturer Department of Computer Science Princeton University