|
From: <lh...@us...> - 2008-08-21 12:17:31
|
Revision: 71
http://tmapi.svn.sourceforge.net/tmapi/?rev=71&view=rev
Author: lheuer
Date: 2008-08-21 12:17:40 +0000 (Thu, 21 Aug 2008)
Log Message:
-----------
Fixed malformed tag </tt --> </tt>
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-08-20 18:41:50 UTC (rev 70)
+++ trunk/src/main/java/org/tmapi/core/Construct.java 2008-08-21 12:17:40 UTC (rev 71)
@@ -75,7 +75,7 @@
*
* @param iid The item identifier to be added; must not be <tt>null</tt>.
* @throws IdentityConstraintException If another construct has an item
- * identifier which is equal to <tt>iid</tt.
+ * identifier which is equal to <tt>iid</tt>.
*/
public void addItemIdentifier(Locator iid);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|