--- 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) -> {