Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-28 | InitialContext.java (init): Fix typo. | Joerg Brunsmann | 1 | -8/+8 | |
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 | |||||
2000-11-27 | Replace stubs with actual implementation | Anthony Green | 1 | -31/+31 | |
From-SVN: r37782 | |||||
2000-11-27 | More JNDI changes. | Anthony Green | 1 | -1/+137 | |
From-SVN: r37779 | |||||
2000-11-27 | Initial jndi check-in | Anthony Green | 1 | -0/+197 | |
From-SVN: r37770 |