Attribute.java, [...]: Import used classes explicitely.
2003-12-06 Michael Koch <konqueror@gmx.de> * javax/naming/directory/Attribute.java, javax/naming/directory/Attributes.java, javax/naming/directory/DirContext.java, javax/naming/directory/InitialDirContext.java, javax/naming/directory/SearchResult.java, javax/naming/event/EventContext.java, javax/naming/event/NamingEvent.java, javax/naming/event/NamingExceptionEvent.java, javax/naming/ldap/ControlFactory.java, javax/naming/ldap/ExtendedRequest.java, javax/naming/ldap/HasControls.java, javax/naming/ldap/InitialLdapContext.java, javax/naming/ldap/LdapContext.java, javax/naming/ldap/LdapReferralException.java, javax/naming/ldap/UnsolicitedNotification.java, javax/naming/ldap/UnsolicitedNotificationListener.java, javax/naming/spi/DirObjectFactory.java, javax/naming/spi/DirStateFactory.java, javax/naming/spi/DirectoryManager.java, javax/naming/spi/NamingManager.java, javax/naming/spi/ObjectFactoryBuilder.java, javax/naming/spi/ResolveResult.java, javax/naming/spi/Resolver.java, javax/naming/spi/StateFactory.java: Import used classes explicitely. From-SVN: r74362
This commit is contained in:
parent
360d1b9910
commit
929a329472
25 changed files with 127 additions and 33 deletions
|
@ -1,3 +1,31 @@
|
|||
2003-12-06 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* javax/naming/directory/Attribute.java,
|
||||
javax/naming/directory/Attributes.java,
|
||||
javax/naming/directory/DirContext.java,
|
||||
javax/naming/directory/InitialDirContext.java,
|
||||
javax/naming/directory/SearchResult.java,
|
||||
javax/naming/event/EventContext.java,
|
||||
javax/naming/event/NamingEvent.java,
|
||||
javax/naming/event/NamingExceptionEvent.java,
|
||||
javax/naming/ldap/ControlFactory.java,
|
||||
javax/naming/ldap/ExtendedRequest.java,
|
||||
javax/naming/ldap/HasControls.java,
|
||||
javax/naming/ldap/InitialLdapContext.java,
|
||||
javax/naming/ldap/LdapContext.java,
|
||||
javax/naming/ldap/LdapReferralException.java,
|
||||
javax/naming/ldap/UnsolicitedNotification.java,
|
||||
javax/naming/ldap/UnsolicitedNotificationListener.java,
|
||||
javax/naming/spi/DirObjectFactory.java,
|
||||
javax/naming/spi/DirStateFactory.java,
|
||||
javax/naming/spi/DirectoryManager.java,
|
||||
javax/naming/spi/NamingManager.java,
|
||||
javax/naming/spi/ObjectFactoryBuilder.java,
|
||||
javax/naming/spi/ResolveResult.java,
|
||||
javax/naming/spi/Resolver.java,
|
||||
javax/naming/spi/StateFactory.java:
|
||||
Import used classes explicitely.
|
||||
|
||||
2003-12-05 Scott Gilbertson <scottg@mantatest.com>
|
||||
|
||||
* gnu/gcj/xlib/GC.java (updateClip): Added rectangles argument.
|
||||
|
|
|
@ -38,8 +38,11 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.directory;
|
||||
|
||||
import javax.naming.*;
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingEnumeration;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,8 +38,10 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.directory;
|
||||
|
||||
import javax.naming.*;
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingEnumeration;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,7 +38,10 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.directory;
|
||||
|
||||
import javax.naming.*;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingEnumeration;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,8 +38,14 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.directory;
|
||||
|
||||
import javax.naming.*;
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.InitialContext;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingEnumeration;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.NoInitialContextException;
|
||||
import javax.naming.NotContextException;
|
||||
|
||||
/**
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
|
|
|
@ -37,8 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.directory;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Binding;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,7 +37,10 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.event;
|
||||
import javax.naming.*;
|
||||
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,8 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.event;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.util.EventObject;
|
||||
import javax.naming.Binding;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,8 +37,11 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.event;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.util.EventObject;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,9 +38,10 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.ldap;
|
||||
|
||||
import javax.naming.*;
|
||||
import java.util.StringTokenizer;
|
||||
import java.util.Hashtable;
|
||||
import java.util.StringTokenizer;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
|
|
|
@ -37,8 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.naming.*;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,7 +37,8 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
import javax.naming.*;
|
||||
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,9 +38,12 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.ldap;
|
||||
|
||||
import javax.naming.*;
|
||||
import javax.naming.directory.InitialDirContext;
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.NoInitialContextException;
|
||||
import javax.naming.NotContextException;
|
||||
import javax.naming.directory.InitialDirContext;
|
||||
|
||||
/**
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
|
|
|
@ -37,8 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
import javax.naming.*;
|
||||
import javax.naming.directory.*;
|
||||
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.directory.DirContext;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,8 +37,11 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.ReferralException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,7 +37,8 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
import javax.naming.*;
|
||||
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,7 +37,8 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.ldap;
|
||||
import javax.naming.event.*;
|
||||
|
||||
import javax.naming.event.NamingListener;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,9 +37,11 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
import javax.naming.directory.*;
|
||||
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.directory.Attributes;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,9 +37,12 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
import javax.naming.directory.*;
|
||||
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.directory.Attributes;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -38,11 +38,19 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.spi;
|
||||
|
||||
import javax.naming.*;
|
||||
import javax.naming.directory.*;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Hashtable;
|
||||
import java.util.StringTokenizer;
|
||||
import java.util.Enumeration;
|
||||
import javax.naming.CannotProceedException;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.RefAddr;
|
||||
import javax.naming.Reference;
|
||||
import javax.naming.Referenceable;
|
||||
import javax.naming.StringRefAddr;
|
||||
import javax.naming.directory.Attributes;
|
||||
import javax.naming.directory.DirContext;
|
||||
|
||||
/**
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
|
|
|
@ -38,8 +38,18 @@ exception statement from your version. */
|
|||
|
||||
package javax.naming.spi;
|
||||
|
||||
import java.util.*;
|
||||
import javax.naming.*;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Hashtable;
|
||||
import java.util.StringTokenizer;
|
||||
import javax.naming.CannotProceedException;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
import javax.naming.NoInitialContextException;
|
||||
import javax.naming.RefAddr;
|
||||
import javax.naming.Reference;
|
||||
import javax.naming.Referenceable;
|
||||
import javax.naming.StringRefAddr;
|
||||
|
||||
public class NamingManager
|
||||
{
|
||||
|
|
|
@ -37,8 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,9 +37,12 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
import java.util.EventObject;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.EventObject;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.CompositeName;
|
||||
import javax.naming.InvalidNameException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,7 +37,9 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
|
@ -37,8 +37,11 @@ exception statement from your version. */
|
|||
|
||||
|
||||
package javax.naming.spi;
|
||||
import javax.naming.*;
|
||||
|
||||
import java.util.Hashtable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue