InitialContext.java (init): Fix typo.
2001-03-27 Joerg Brunsmann <joerg_brunsmann@yahoo.de> * javax/naming/InitialContext.java (init): Fix typo. (composeName): Remove unnecessary semicolon. (addToEnvironment): Remove unnecessary semicolon. (addToEnvironment): Use put() instead of add(). * javax/naming/InitialContext.java (InitialContext): Make public. (destroySubcontext): Method doesn't return a result. * javax/naming/Context.java: Import java.util.Hashtable. * javax/naming/Name.java: Import java.util.Enumeration. From-SVN: r40888
This commit is contained in:
parent
055c77597b
commit
0d430c965d
4 changed files with 24 additions and 8 deletions
|
@ -8,6 +8,8 @@ details. */
|
|||
|
||||
package javax.naming;
|
||||
|
||||
import java.util.Hashtable;
|
||||
|
||||
public interface Context
|
||||
{
|
||||
// Property with name of the inital context factory to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue