/[classpath]/classpath/java/net/ServerSocket.java
ViewVC logotype

Diff of /classpath/java/net/ServerSocket.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by mkoch, Wed Apr 21 10:41:23 2004 UTC revision 1.38 by mkoch, Fri Oct 15 10:04:52 2004 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.net;  package java.net;
40    
41  import gnu.java.net.PlainSocketImpl;  import gnu.java.net.PlainSocketImpl;
42    
43  import java.io.IOException;  import java.io.IOException;
44  import java.nio.channels.IllegalBlockingModeException;  import java.nio.channels.IllegalBlockingModeException;
45  import java.nio.channels.ServerSocketChannel;  import java.nio.channels.ServerSocketChannel;
# Line 340  public class ServerSocket Line 341  public class ServerSocket
341            }            }
342          catch (IOException e2)          catch (IOException e2)
343            {            {
344                // Ignore.
345            }            }
346    
347          throw e;          throw e;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26