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

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

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

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:35 2005 UTC revision 1.2.2.3 by tromey, Sun Nov 27 18:28:17 2005 UTC
# Line 59  public class CompositeName implements Na Line 59  public class CompositeName implements Na
59      elts = new Vector ();      elts = new Vector ();
60    }    }
61    
62    protected CompositeName (Enumeration comps)    protected CompositeName (Enumeration<String> comps)
63    {    {
64      elts = new Vector ();      elts = new Vector ();
65      try      try

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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