< prev index next >

src/java.base/share/classes/sun/net/TelnetOutputStream.java

Print this page

        

@@ -29,11 +29,11 @@
 
 /**
  * This class provides input and output streams for telnet clients.
  * This class overrides write 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 <LF> character.
+ * are terminated with a single newline {@literal <LF>} character.
  *
  * This is the relevant section of RFC 824 regarding CRLF processing:
  *
  * <pre>
  * The sequence "CR LF", as defined, will cause the NVT to be
< prev index next >