diff options
Diffstat (limited to 'libjava/classpath/javax/naming/spi/Resolver.java')
-rw-r--r-- | libjava/classpath/javax/naming/spi/Resolver.java | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libjava/classpath/javax/naming/spi/Resolver.java b/libjava/classpath/javax/naming/spi/Resolver.java index f01790502ed..67174cfa5a5 100644 --- a/libjava/classpath/javax/naming/spi/Resolver.java +++ b/libjava/classpath/javax/naming/spi/Resolver.java @@ -41,15 +41,14 @@ package javax.naming.spi; import javax.naming.Context; import javax.naming.Name; import javax.naming.NamingException; -import javax.naming.NotContextException; /** -+ * <p>Represents the object, capable for the at least partial name resolution. -+ * The object is not necessay capable for the complete name resolution and -+ * need not implement the {@link Context}.</p> -+ * <p> -+ * Both passed parameters and returned results are owned by the caller.</p> -+ * + * <p>Represents the object, capable for the at least partial name resolution. + * The object is not necessay capable for the complete name resolution and + * need not implement the {@link Context}.</p> + * <p> + * Both passed parameters and returned results are owned by the caller.</p> + * * @author Warren Levy (warrenl@redhat.com) */ public interface Resolver |