Revision: 7596
Author: victormote
Date: 2006-06-14 13:33:17 -0700 (Wed, 14 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7596&view=rev
Log Message:
-----------
Conform to axsl changes: Remove unused methods.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-14 20:25:45 UTC (rev 7595)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-14 20:33:17 UTC (rev 7596)
@@ -161,7 +161,9 @@
}
/**
- * {@inheritDoc}
+ * Subclasses can set this flag to false if there is a validity problem
+ * with this object that prevents it from being usable.
+ * @return True if the object is valid, false if it is not usable.
*/
public boolean isValid() {
return true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|