aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-21 21:00:07 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-10-21 21:00:07 +0000
commit8265f931175625977cb6ad5191a2ae286f71002e (patch)
treeab8dfab1eb3b1a18e555664d957193a1cd136dcf /libjava/java
parent875dc6aa0ee95133c50613800cf84fedb17623ed (diff)
downloadgcc-8265f931175625977cb6ad5191a2ae286f71002e.zip
gcc-8265f931175625977cb6ad5191a2ae286f71002e.tar.gz
gcc-8265f931175625977cb6ad5191a2ae286f71002e.tar.bz2
NetworkInterface.java, [...]: Import cleanup.
2004-10-21 Michael Koch <konqueror@gmx.de> * java/net/NetworkInterface.java, java/text/Format.java, javax/security/auth/x500/X500Principal.java, javax/security/auth/x500/X500PrivateCredential.java, javax/security/cert/X509CertBridge.java, javax/security/sasl/Sasl.java, javax/sql/XAConnection.java: Import cleanup. From-SVN: r89401
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/net/NetworkInterface.java3
-rw-r--r--libjava/java/text/Format.java1
2 files changed, 3 insertions, 1 deletions
diff --git a/libjava/java/net/NetworkInterface.java b/libjava/java/net/NetworkInterface.java
index defd348..f2c8acd 100644
--- a/libjava/java/net/NetworkInterface.java
+++ b/libjava/java/net/NetworkInterface.java
@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package java.net;
import gnu.classpath.Configuration;
+
import java.util.Enumeration;
import java.util.Vector;
-
/**
* This class models a network interface on the host computer. A network
* interface contains a name (typically associated with a specific
diff --git a/libjava/java/text/Format.java b/libjava/java/text/Format.java
index 6f15dc0..7310d55 100644
--- a/libjava/java/text/Format.java
+++ b/libjava/java/text/Format.java
@@ -39,6 +39,7 @@ exception statement from your version. */
package java.text;
import gnu.java.text.FormatCharacterIterator;
+
import java.io.Serializable;
/**