/[classpath]/classpath/javax/naming/InitialContext.java
ViewVC logotype

Diff of /classpath/javax/naming/InitialContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7.2.1 by gnu_andrew, Tue Aug 2 20:12:35 2005 UTC revision 1.7.2.2 by tromey, Sun Nov 27 18:28:17 2005 UTC
# Line 52  public class InitialContext implements C Line 52  public class InitialContext implements C
52  {  {
53    protected Context defaultInitCtx;    protected Context defaultInitCtx;
54    protected boolean gotDefault = false;    protected boolean gotDefault = false;
55    protected Hashtable myProps;    protected Hashtable<Object, Object> myProps;
56        
57    public InitialContext (Hashtable environment)    public InitialContext (Hashtable<?, ?> environment)
58      throws NamingException      throws NamingException
59    {    {
60      init (environment);      init (environment);
# Line 74  public class InitialContext implements C Line 74  public class InitialContext implements C
74    }    }
75    
76    /** @since 1.3 */    /** @since 1.3 */
77    protected void init (Hashtable environment)    protected void init (Hashtable<?, ?> environment)
78      throws NamingException      throws NamingException
79    {    {
80      // FIXME: Is this enough?      // FIXME: Is this enough?

Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26