Skip to content

Commit

Permalink
deprecated WindowsAnsiOutputStream: use WindowsAnsiPrintStream
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 31, 2017
1 parent 8447fda commit 2964a2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @author Joris Kuipers
* @see WindowsAnsiPrintStream
* @deprecated use {@link WindowsAnsiPrintStream}, which does not suffer from encoding issues
*/
public final class WindowsAnsiOutputStream extends AnsiOutputStream { // expected diff with WindowsAnsiPrintStream.java

Expand Down

0 comments on commit 2964a2f

Please sign in to comment.