summaryrefslogtreecommitdiffstats
path: root/libjava/java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-21 21:00:07 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-21 21:00:07 +0000
commit5534465383bb5b22d5f88321b0d764c85acbd41a (patch)
treeab8dfab1eb3b1a18e555664d957193a1cd136dcf /libjava/java
parent072a7df15f39976e5bc5034f226f099494ce3bda (diff)
downloadppe42-gcc-5534465383bb5b22d5f88321b0d764c85acbd41a.tar.gz
ppe42-gcc-5534465383bb5b22d5f88321b0d764c85acbd41a.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89401 138bc75d-0d04-0410-961f-82ee72b054a4
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 defd3482583..f2c8acdaf9e 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 6f15dc04441..7310d5588cd 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;
/**
OpenPOWER on IntegriCloud