/[classpath]/classpath/org/omg/CosNaming/NameComponent.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/NameComponent.java

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

revision 1.1 by audriusa, Sun May 15 01:09:30 2005 UTC revision 1.2 by audriusa, Wed Jun 1 13:26:43 2005 UTC
# Line 49  public final class NameComponent Line 49  public final class NameComponent
49    implements IDLEntity    implements IDLEntity
50  {  {
51    /**    /**
52       * Use serialVersionUID (v1.4) for interoperability.
53       */
54      private static final long serialVersionUID = -1052538183391762390L;
55    
56      /**
57     * The name component identifier.     * The name component identifier.
58     */     */
59    public String id;    public String id;
# Line 110  public final class NameComponent Line 115  public final class NameComponent
115    {    {
116      return id + "." + kind;      return id + "." + kind;
117    }    }
118  }  }

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