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

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

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

revision 1.6.2.4 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC revision 1.6.2.5 by tromey, Sun Nov 27 18:28:17 2005 UTC
# Line 69  public class CompoundName implements Nam Line 69  public class CompoundName implements Nam
69      initializeSyntax ();      initializeSyntax ();
70    }    }
71    
72    protected CompoundName (Enumeration comps, Properties syntax)    protected CompoundName (Enumeration<String> comps, Properties syntax)
73    {    {
74      elts = new Vector ();      elts = new Vector ();
75      mySyntax = syntax;      mySyntax = syntax;

Legend:
Removed from v.1.6.2.4  
changed lines
  Added in v.1.6.2.5

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