From: <jos...@us...> - 2009-03-16 20:57:31
|
Revision: 101 http://tmapi.svn.sourceforge.net/tmapi/?rev=101&view=rev Author: joschmidt Date: 2009-03-16 20:57:15 +0000 (Mon, 16 Mar 2009) Log Message: ----------- Fixed typo in comments section of getTopicMap(). 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 2009-02-07 10:36:48 UTC (rev 100) +++ trunk/src/main/java/org/tmapi/core/Construct.java 2009-03-16 20:57:15 UTC (rev 101) @@ -40,7 +40,7 @@ * * A {@link TopicMap} instance returns itself. * - * @return The topic map instance to which this constructs belongs. + * @return The topic map instance to which this construct belongs. */ public TopicMap getTopicMap(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |