< prev index next >

test/sun/net/TelnetTest.java

Print this page

        

*** 26,35 **** --- 26,36 ---- /* * @test * @bug 4145748 * @summary test stickyCRLF in TelnetOutputStream + * @modules java.base/sun.net */ public class TelnetTest { public static void main(String[] args) throws Exception { ByteArrayOutputStream bo = new ByteArrayOutputStream();
< prev index next >