jdk/test/sun/net/TelnetTest.java
changeset 30820 0d4717a011d3
parent 5506 202f599c92aa
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    26 
    26 
    27 /*
    27 /*
    28  * @test
    28  * @test
    29  * @bug 4145748
    29  * @bug 4145748
    30  * @summary test stickyCRLF in TelnetOutputStream
    30  * @summary test stickyCRLF in TelnetOutputStream
       
    31  * @modules java.base/sun.net
    31  */
    32  */
    32 public class TelnetTest {
    33 public class TelnetTest {
    33 
    34 
    34     public static void main(String[] args) throws Exception {
    35     public static void main(String[] args) throws Exception {
    35         ByteArrayOutputStream bo = new ByteArrayOutputStream();
    36         ByteArrayOutputStream bo = new ByteArrayOutputStream();