author | alanb |
Fri, 10 Sep 2010 18:48:49 +0100 | |
changeset 6538 | cb0da65ba680 |
parent 6537 | 7aa4e7bb5dae |
child 6539 | 874f52171965 |
jdk/test/java/nio/channels/Selector/ConnectWrite.java | file | annotate | diff | comparison | revisions |
--- a/jdk/test/java/nio/channels/Selector/ConnectWrite.java Fri Sep 10 16:36:48 2010 +0100 +++ b/jdk/test/java/nio/channels/Selector/ConnectWrite.java Fri Sep 10 18:48:49 2010 +0100 @@ -38,7 +38,6 @@ public static void main(String[] args) throws Exception { test1(13); - test1(9); } public static void test1(int port) throws Exception {