|
From: <jos...@us...> - 2009-08-12 20:09:10
|
Revision: 121
http://tmapi.svn.sourceforge.net/tmapi/?rev=121&view=rev
Author: joschmidt
Date: 2009-08-12 20:09:02 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
enhanced comments in remove()
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-08-12 14:09:42 UTC (rev 120)
+++ trunk/src/main/java/org/tmapi/core/Construct.java 2009-08-12 20:09:02 UTC (rev 121)
@@ -96,7 +96,7 @@
* Deletes this construct from its parent container.
*
* After invocation of this method, the construct is in an undefined state and
- * must not used further.
+ * must not be used further.
*/
public void remove();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|