Revision: 7643
Author: victormote
Date: 2006-06-15 17:50:15 -0700 (Thu, 15 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7643&view=rev
Log Message:
-----------
Conform to axsl change: Move trait method to more appropriate interface.
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-16 00:38:13 UTC (rev 7642)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-16 00:50:15 UTC (rev 7643)
@@ -708,7 +708,7 @@
}
/**
- * {@inheritDoc}
+ * @see org.axsl.foR.fo.Region#traitRegionName()
*/
public String traitRegionName() {
return propertyList.getRegionName();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|