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

Diff of /classpath/java/net/DatagramSocket.java

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

revision 1.35 by mkoch, Tue Dec 2 11:24:05 2003 UTC revision 1.36 by mkoch, Tue Dec 2 15:42:34 2003 UTC
# Line 232  public class DatagramSocket Line 232  public class DatagramSocket
232              remotePort = -1;              remotePort = -1;
233              impl = null;              impl = null;
234            }            }
235    
236            try
237              {
238                if (getChannel() != null)
239                  getChannel().close();
240              }
241            catch (IOException e)
242              {
243                // Do nothing.
244              }
245        }        }
246    }    }
247    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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