/[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.1 by mark, Sat Nov 23 21:44:28 2002 UTC revision 1.2 by mkoch, Fri Jun 27 21:03:53 2003 UTC
# Line 52  import java.util.Vector; Line 52  import java.util.Vector;
52   */   */
53  public class CompositeName implements Name, Cloneable, Serializable  public class CompositeName implements Name, Cloneable, Serializable
54  {  {
55      private static final long serialVersionUID = 1667768148915813118L;
56    
57    public CompositeName ()    public CompositeName ()
58    {    {
59      elts = new Vector ();      elts = new Vector ();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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