mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
875dc6aa0e
commit
8265f93117
|
|
@ -1,3 +1,14 @@
|
|||
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.
|
||||
|
||||
2004-10-21 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* javax/net/ssl/HandshakeCompletedEvent.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
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ exception statement from your version. */
|
|||
package java.text;
|
||||
|
||||
import gnu.java.text.FormatCharacterIterator;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ import gnu.java.security.der.DERReader;
|
|||
import gnu.java.security.der.DERValue;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.EOFException;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.EOFException;
|
||||
import java.io.NotActiveException;
|
||||
import java.io.ObjectInputStream;
|
||||
import java.io.ObjectOutputStream;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* X500PrivateCredential.java -- certificate and private key pair.
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
|
@ -40,6 +40,7 @@ package javax.security.auth.x500;
|
|||
|
||||
import java.security.PrivateKey;
|
||||
import java.security.cert.X509Certificate;
|
||||
|
||||
import javax.security.auth.Destroyable;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -39,14 +39,12 @@ exception statement from your version. */
|
|||
package javax.security.cert;
|
||||
|
||||
import java.math.BigInteger;
|
||||
|
||||
import java.security.InvalidKeyException;
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import java.security.NoSuchProviderException;
|
||||
import java.security.PublicKey;
|
||||
import java.security.Principal;
|
||||
import java.security.PublicKey;
|
||||
import java.security.SignatureException;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -38,13 +38,13 @@ exception statement from your version. */
|
|||
|
||||
package javax.security.sasl;
|
||||
|
||||
import java.security.Provider;
|
||||
import java.security.Security;
|
||||
import java.util.Enumeration;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
import java.util.Vector;
|
||||
import java.security.Security;
|
||||
import java.security.Provider;
|
||||
|
||||
import javax.security.auth.callback.CallbackHandler;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* XAConnection.java
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
/* XAConnection.java --
|
||||
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
|
@ -39,6 +39,7 @@ exception statement from your version. */
|
|||
package javax.sql;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
import javax.transaction.xa.XAResource;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue