--- old/src/java.base/share/classes/sun/net/TelnetInputStream.java 2015-06-05 21:17:10.907465453 +0400 +++ new/src/java.base/share/classes/sun/net/TelnetInputStream.java 2015-06-05 21:17:10.743465453 +0400 @@ -31,7 +31,7 @@ * This class provides input and output streams for telnet clients. * This class overrides read to do CRLF processing as specified in * RFC 854. The class assumes it is running on a system where lines - * are terminated with a single newline character. + * are terminated with a single newline {@literal } character. * * This is the relevant section of RFC 824 regarding CRLF processing: *