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