mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
NetworkInterface.java: Merged with classpath.
2003-03-03 Michael Koch <konqueror@gmx.de> * java/net/NetworkInterface.java: Merged with classpath. From-SVN: r63769
This commit is contained in:
committed by
Michael Koch
parent
234c071be0
commit
9b23f09dc1
@@ -1,5 +1,5 @@
|
||||
/* NetworkInterface.java
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@@ -200,7 +200,6 @@ public final class NetworkInterface
|
||||
return false;
|
||||
|
||||
NetworkInterface tmp = (NetworkInterface) obj;
|
||||
|
||||
return (name.equals (tmp.name)
|
||||
&& inetAddresses.equals (tmp.inetAddresses));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user