mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-28 20:01:18 +08:00
AuthenticationException.java, [...]: Cleaned up imports.
2004-04-21 Dalibor Topic <robilad@kaffe.org> * javax/naming/AuthenticationException.java, javax/naming/AuthenticationNotSupportedException.java, javax/naming/CannotProceedException.java, javax/naming/CommunicationException.java, javax/naming/CompoundName.java, javax/naming/ConfigurationException.java, javax/naming/ContextNotEmptyException.java, javax/naming/InitialContext.java, javax/naming/InsufficientResourcesException.java, javax/naming/InterruptedNamingException.java, javax/naming/LimitExceededException.java, javax/naming/LinkException.java, javax/naming/LinkLoopException.java, javax/naming/LinkRef.java, javax/naming/MalformedLinkException.java, javax/naming/Name.java, javax/naming/NameAlreadyBoundException.java, javax/naming/NameNotFoundException.java, javax/naming/NamingSecurityException.java, javax/naming/NoInitialContextException.java, javax/naming/NoPermissionException.java, javax/naming/NotContextException.java, javax/naming/PartialResultException.java, javax/naming/ReferralException.java, javax/naming/ServiceUnavailableException.java, javax/naming/SizeLimitExceededException.java, javax/naming/TimeLimitExceededException.java, javax/naming/directory/Attribute.java, javax/naming/directory/Attributes.java, javax/naming/directory/SearchResult.java, javax/naming/event/NamingExceptionEvent.java, javax/naming/spi/ResolveResult.java: Cleaned up imports. From-SVN: r80947
This commit is contained in:
parent
2635995aca
commit
27dd18cf73
@ -1,3 +1,39 @@
|
||||
2004-04-21 Dalibor Topic <robilad@kaffe.org>
|
||||
|
||||
* javax/naming/AuthenticationException.java,
|
||||
javax/naming/AuthenticationNotSupportedException.java,
|
||||
javax/naming/CannotProceedException.java,
|
||||
javax/naming/CommunicationException.java,
|
||||
javax/naming/CompoundName.java,
|
||||
javax/naming/ConfigurationException.java,
|
||||
javax/naming/ContextNotEmptyException.java,
|
||||
javax/naming/InitialContext.java,
|
||||
javax/naming/InsufficientResourcesException.java,
|
||||
javax/naming/InterruptedNamingException.java,
|
||||
javax/naming/LimitExceededException.java,
|
||||
javax/naming/LinkException.java,
|
||||
javax/naming/LinkLoopException.java,
|
||||
javax/naming/LinkRef.java,
|
||||
javax/naming/MalformedLinkException.java,
|
||||
javax/naming/Name.java,
|
||||
javax/naming/NameAlreadyBoundException.java,
|
||||
javax/naming/NameNotFoundException.java,
|
||||
javax/naming/NamingSecurityException.java,
|
||||
javax/naming/NoInitialContextException.java,
|
||||
javax/naming/NoPermissionException.java,
|
||||
javax/naming/NotContextException.java,
|
||||
javax/naming/PartialResultException.java,
|
||||
javax/naming/ReferralException.java,
|
||||
javax/naming/ServiceUnavailableException.java,
|
||||
javax/naming/SizeLimitExceededException.java,
|
||||
javax/naming/TimeLimitExceededException.java,
|
||||
javax/naming/directory/Attribute.java,
|
||||
javax/naming/directory/Attributes.java,
|
||||
javax/naming/directory/SearchResult.java,
|
||||
javax/naming/event/NamingExceptionEvent.java,
|
||||
javax/naming/spi/ResolveResult.java:
|
||||
Cleaned up imports.
|
||||
|
||||
2004-04-21 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c:
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* AuthenticationException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class AuthenticationException extends NamingSecurityException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* AuthenticationNotSupportedException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class AuthenticationNotSupportedException
|
||||
extends NamingSecurityException
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* CannotProceedException.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
import java.util.Hashtable;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* CommunicationException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class CommunicationException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* CompoundName.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -40,8 +40,8 @@ package javax.naming;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Properties;
|
||||
import java.util.NoSuchElementException;
|
||||
import java.util.Properties;
|
||||
import java.util.Vector;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ConfigurationException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class ConfigurationException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ContextNotEmptyException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class ContextNotEmptyException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* InitialContext.java --
|
||||
Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -39,14 +39,13 @@ exception statement from your version. */
|
||||
package javax.naming;
|
||||
|
||||
import java.applet.Applet;
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.net.URL;
|
||||
import java.util.Enumeration;
|
||||
import java.util.Hashtable;
|
||||
import java.util.Properties;
|
||||
|
||||
import javax.naming.spi.NamingManager;
|
||||
|
||||
public class InitialContext implements Context
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* InsufficientResourcesException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class InsufficientResourcesException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* InterruptedNamingException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class InterruptedNamingException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* LimitExceededException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class LimitExceededException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* LinkException.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* LinkLoopException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class LinkLoopException extends LinkException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* LinkRef.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author Tom Tromey <tromey@redhat.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* MalformedLinkException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class MalformedLinkException extends LinkException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Name.java -- Name build up from different components
|
||||
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -37,8 +37,8 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.util.Enumeration;
|
||||
import java.io.Serializable;
|
||||
import java.util.Enumeration;
|
||||
|
||||
/**
|
||||
* Interface descriping a name build up from different components.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NameAlreadyBoundException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class NameAlreadyBoundException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NameNotFoundException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class NameNotFoundException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NamingSecurityException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public abstract class NamingSecurityException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NoInitialContextException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class NoInitialContextException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NoPermissionException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class NoPermissionException extends NamingSecurityException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NotContextException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class NotContextException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* PartialResultException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class PartialResultException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ReferralException.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
import java.util.Hashtable;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ServiceUnavailableException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class ServiceUnavailableException extends NamingException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SizeLimitExceededException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class SizeLimitExceededException extends LimitExceededException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* TimeLimitExceededException.java --
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming;
|
||||
|
||||
import java.lang.Exception;
|
||||
|
||||
public class TimeLimitExceededException extends LimitExceededException
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Attribute.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -39,8 +39,7 @@ exception statement from your version. */
|
||||
package javax.naming.directory;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
|
||||
import javax.naming.NamingEnumeration;
|
||||
import javax.naming.NamingException;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Attributes.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -39,8 +39,7 @@ exception statement from your version. */
|
||||
package javax.naming.directory;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
|
||||
import javax.naming.NamingEnumeration;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SearchResult.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -38,7 +38,6 @@ exception statement from your version. */
|
||||
|
||||
package javax.naming.directory;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.naming.Binding;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* NamingExceptionEvent.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -39,8 +39,7 @@ exception statement from your version. */
|
||||
package javax.naming.event;
|
||||
|
||||
import java.util.EventObject;
|
||||
import javax.naming.Context;
|
||||
import javax.naming.Name;
|
||||
|
||||
import javax.naming.NamingException;
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ResolveResult.java --
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -39,10 +39,10 @@ exception statement from your version. */
|
||||
package javax.naming.spi;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.EventObject;
|
||||
import javax.naming.Name;
|
||||
|
||||
import javax.naming.CompositeName;
|
||||
import javax.naming.InvalidNameException;
|
||||
import javax.naming.Name;
|
||||
|
||||
/**
|
||||
* @author Warren Levy <warrenl@redhat.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user