src/share/classes/com/sun/nio/sctp/SctpMultiChannel.java

Print this page

        

@@ -160,11 +160,11 @@
      * @throws  IOException
      *          If an I/O error occurs
      */
     public static SctpMultiChannel open() throws
         IOException {
-        return new sun.nio.ch.SctpMultiChannelImpl((SelectorProvider)null);
+        return new sun.nio.ch.sctp.SctpMultiChannelImpl((SelectorProvider)null);
     }
 
     /**
      * Returns the open associations on this channel's socket.
      *