Removed exception from getNameInNamespace method declaration.

This commit is contained in:
Mattias Arthursson
2007-05-12 13:12:16 +00:00
parent 64b31b268f
commit 38bf71189e

View File

@@ -182,4 +182,11 @@ public interface DirContextOperations extends DirContext,
* the dn.
*/
public void setDn(Name dn);
/*
* (non-Javadoc)
*
* @see javax.naming.Context#getNameInNamespace()
*/
public String getNameInNamespace();
}