You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/02/11 22:00:52 UTC

svn commit: r909143 - /harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java

Author: hindessm
Date: Thu Feb 11 21:00:49 2010
New Revision: 909143

URL: http://svn.apache.org/viewvc?rev=909143&view=rev
Log:
Remove historic reference to com.ibm package.

Modified:
    harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java?rev=909143&r1=909142&r2=909143&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ServerSocketChannelTest.java Thu Feb 11 21:00:49 2010
@@ -119,7 +119,7 @@
     // -------------------------------------------------------------------
 
     /*
-     * Test method for 'com.ibm.io.nio.ServerSocketChannelImpl.socket()'
+     * Test method for 'java.nio.channels.ServerSocketChannel.socket()'
      */
     public void testSocket_Block_BeforeClose() throws Exception {
         assertTrue(this.serverChannel.isOpen());
@@ -200,7 +200,7 @@
     // -------------------------------------------------------------------
 
     /*
-     * Test method for 'com.ibm.io.nio.ServerSocketChannelImpl.accept()'
+     * Test method for 'java.nio.channels.ServerSocketChannel.accept()'
      */
 
     public void testAccept_Block_NotYetBound() throws IOException {