Align comment in Timeouts test with upstream niosocketimpl-branch
authoralanb
Fri, 22 Mar 2019 13:43:50 +0000
branchniosocketimpl-branch
changeset 57279 7ac883a2d8f5
parent 57278 bf925a3ee68a
child 57280 a458758d1a63
Align comment in Timeouts test with upstream
test/jdk/java/net/Socket/Timeouts.java
--- a/test/jdk/java/net/Socket/Timeouts.java	Fri Mar 22 13:21:29 2019 +0000
+++ b/test/jdk/java/net/Socket/Timeouts.java	Fri Mar 22 13:43:50 2019 +0000
@@ -233,8 +233,7 @@
     }
 
     /**
-     * Test writing after a timed read. The timed read changes the underlying
-     * socket to non-blocking.
+     * Test writing after a timed read.
      */
     public void testTimedWrite1() throws IOException {
         withConnection((s1, s2) -> {
@@ -255,8 +254,7 @@
     }
 
     /**
-     * Test async close of writer (after a timed read). The timed read changes
-     * the underlying socket to non-blocking.
+     * Test async close of writer (after a timed read).
      */
     public void testTimedWrite2() throws IOException {
         withConnection((s1, s2) -> {