Commit 9b23f09d by Michael Koch Committed by Michael Koch

NetworkInterface.java: Merged with classpath.

2003-03-03  Michael Koch  <konqueror@gmx.de>

	* java/net/NetworkInterface.java: Merged with classpath.

From-SVN: r63769
parent 234c071b
2003-03-03 Michael Koch <konqueror@gmx.de>
* java/net/NetworkInterface.java: Merged with classpath.
2003-03-03 Tom Tromey <tromey@redhat.com> 2003-03-03 Tom Tromey <tromey@redhat.com>
* verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end
......
/* NetworkInterface.java /* NetworkInterface.java
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -200,7 +200,6 @@ public final class NetworkInterface ...@@ -200,7 +200,6 @@ public final class NetworkInterface
return false; return false;
NetworkInterface tmp = (NetworkInterface) obj; NetworkInterface tmp = (NetworkInterface) obj;
return (name.equals (tmp.name) return (name.equals (tmp.name)
&& inetAddresses.equals (tmp.inetAddresses)); && inetAddresses.equals (tmp.inetAddresses));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment