jline / jline2

Jline 2.x
http://jline.github.com/jline2/
Other
713 stars 182 forks source link

ConsoleReader now implements Closeable (fix #252) #253

Closed brunoabdon closed 8 years ago

brunoabdon commented 8 years ago

ConsoleReader now implements java.io.Closeable (fix #252), so that it can be used in try-with-resources statements.