From: <lh...@us...> - 2008-09-16 12:32:35
|
Revision: 81 http://tmapi.svn.sourceforge.net/tmapi/?rev=81&view=rev Author: lheuer Date: 2008-09-16 12:32:45 +0000 (Tue, 16 Sep 2008) Log Message: ----------- Fixed JavaDocs Modified Paths: -------------- trunk/src/main/java/org/tmapi/core/Name.java Modified: trunk/src/main/java/org/tmapi/core/Name.java =================================================================== --- trunk/src/main/java/org/tmapi/core/Name.java 2008-09-04 13:15:35 UTC (rev 80) +++ trunk/src/main/java/org/tmapi/core/Name.java 2008-09-16 12:32:45 UTC (rev 81) @@ -145,7 +145,7 @@ public Variant createVariant(Locator value, Collection<Topic> scope); /** - * Creates a {@link Variant} of this topic name with the specified IRI + * Creates a {@link Variant} of this topic name with the specified * <tt>value</tt>, <tt>datatype</tt>, and <tt>scope</tt>. * <p> * The newly created {@link Variant} will have the datatype specified by @@ -167,7 +167,7 @@ public Variant createVariant(String value, Locator datatype, Topic... scope); /** - * Creates a {@link Variant} of this topic name with the specified IRI + * Creates a {@link Variant} of this topic name with the specified * <tt>value</tt>, <tt>datatype</tt>, and <tt>scope</tt>. * <p> * The newly created {@link Variant} will have the datatype specified by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |