|
From: <jos...@us...> - 2008-08-24 13:27:58
|
Revision: 75
http://tmapi.svn.sourceforge.net/tmapi/?rev=75&view=rev
Author: joschmidt
Date: 2008-08-24 13:28:06 +0000 (Sun, 24 Aug 2008)
Log Message:
-----------
Typos and punctuation
Modified Paths:
--------------
trunk/src/main/java/org/tmapi/core/Topic.java
trunk/src/main/java/org/tmapi/core/TopicMap.java
trunk/src/main/java/org/tmapi/core/TopicMapSystem.java
Modified: trunk/src/main/java/org/tmapi/core/Topic.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/Topic.java 2008-08-22 16:45:35 UTC (rev 74)
+++ trunk/src/main/java/org/tmapi/core/Topic.java 2008-08-24 13:28:06 UTC (rev 75)
@@ -155,7 +155,7 @@
* @param scope An optional array of themes, must not be <tt>null</tt>. If
* the array's length is <tt>0</tt>, the name will be
* in the unconstrained scope.
- * @return The newly created {@link Name}
+ * @return The newly created {@link Name}.
* @throws ModelConstraintException If either the <tt>type</tt>, the
* <tt>value</tt>, or <tt>scope</tt> is <tt>null</tt>.
*/
@@ -169,7 +169,7 @@
* @param value The string value of the name; MUST NOT be <tt>null</tt>.
* @param scope A collection of themes or <tt>null</tt> if the name should
* be in the unconstrained scope.
- * @return The newly created {@link Name}
+ * @return The newly created {@link Name}.
* @throws ModelConstraintException If either the <tt>type</tt>, the
* <tt>value</tt>, or <tt>scope</tt> is <tt>null</tt>.
*/
@@ -188,7 +188,7 @@
* @param scope An optional array of themes, must not be <tt>null</tt>. If
* the array's length is <tt>0</tt>, the name will be
* in the unconstrained scope.
- * @return The newly created {@link Name}
+ * @return The newly created {@link Name}.
* @throws ModelConstraintException If either the <tt>value</tt>, or
* <tt>scope</tt> is <tt>null</tt>.
*/
@@ -206,7 +206,7 @@
* @param value The string value of the name; MUST NOT be <tt>null</tt>.
* @param scope A collection of themes or <tt>null</tt> if the name should
* be in the unconstrained scope.
- * @return The newly created {@link Name}
+ * @return The newly created {@link Name}.
* @throws ModelConstraintException If either the <tt>value</tt>, or
* <tt>scope</tt> is <tt>null</tt>.
*/
Modified: trunk/src/main/java/org/tmapi/core/TopicMap.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/TopicMap.java 2008-08-22 16:45:35 UTC (rev 74)
+++ trunk/src/main/java/org/tmapi/core/TopicMap.java 2008-08-24 13:28:06 UTC (rev 75)
@@ -188,7 +188,7 @@
* @param scope An optional array of themes, must not be <tt>null</tt>. If
* the array's length is <tt>0</tt>, the association will be
* in the unconstrained scope.
- * @return The newly created {@link Association}
+ * @return The newly created {@link Association}.
* @throws ModelConstraintException If either the <tt>type</tt> or
* <tt>scope</tt> is <tt>null</tt>.
*/
@@ -201,7 +201,7 @@
* @param type The association type, MUST NOT be <tt>null</tt>.
* @param scope A collection of themes or <tt>null</tt> if the association
* should be in the unconstrained scope.
- * @return The newly created {@link Association}
+ * @return The newly created {@link Association}.
* @throws ModelConstraintException If either the <tt>type</tt> or
* <tt>scope</tt> is <tt>null</tt>.
*/
Modified: trunk/src/main/java/org/tmapi/core/TopicMapSystem.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/TopicMapSystem.java 2008-08-22 16:45:35 UTC (rev 74)
+++ trunk/src/main/java/org/tmapi/core/TopicMapSystem.java 2008-08-24 13:28:06 UTC (rev 75)
@@ -131,12 +131,12 @@
* subsequently.
* </p>
*
- * @param featureName The name of the feature to check
- * @return <tt>true</tt> if the named feature is enabled this TopicMapSystem
+ * @param featureName The name of the feature to check.
+ * @return <tt>true</tt> if the named feature is enabled for this TopicMapSystem
* instance; <tt>false</tt> if the named feature is disabled for
* this instance.
* @throws FeatureNotRecognizedException If the underlying implementation
- * does not recongnize the named feature.
+ * does not recognize the named feature.
*/
public boolean getFeature(String featureName)
throws FeatureNotRecognizedException;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|