From: <lh...@us...> - 2008-11-03 15:04:58
|
Revision: 85 http://tmapi.svn.sourceforge.net/tmapi/?rev=85&view=rev Author: lheuer Date: 2008-11-03 15:04:55 +0000 (Mon, 03 Nov 2008) Log Message: ----------- Fixed bug #2219122 ("Better description for Construct.getId()") Modified Paths: -------------- trunk/src/main/java/org/tmapi/core/Construct.java Modified: trunk/src/main/java/org/tmapi/core/Construct.java =================================================================== --- trunk/src/main/java/org/tmapi/core/Construct.java 2008-11-01 16:38:35 UTC (rev 84) +++ trunk/src/main/java/org/tmapi/core/Construct.java 2008-11-03 15:04:55 UTC (rev 85) @@ -47,7 +47,11 @@ /** * Returns the identifier of this construct. * - * This property has no representation in the Topic Maps - Data Model. + * This property has no representation in the Topic Maps - Data Model. + * <p> + * The ID can be anything, so long as no other {@link Construct} in the + * same topic map has the same ID. + * </p> * * @return An identifier which identifies this construct uniquely within * a topic map. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |