Revision: 7601
Author: victormote
Date: 2006-06-14 14:19:35 -0700 (Wed, 14 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7601&view=rev
Log Message:
-----------
Conform to axsl changes: Move marker-related properties to their appropriate classes, and add documentation.
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 21:17:54 UTC (rev 7600)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-14 21:19:35 UTC (rev 7601)
@@ -498,30 +498,18 @@
return propertyList.getFlowName(context);
}
- /**
- * {@inheritDoc}
- */
public String traitMarkerClassName(FOContext context) {
return propertyList.getMarkerClassName(context);
}
- /**
- * {@inheritDoc}
- */
public String traitRetrieveClassName(FOContext context) {
return propertyList.getRetrieveClassName(context);
}
- /**
- * {@inheritDoc}
- */
public short traitRetrievePosition(FOContext context) {
return propertyList.getRetrievePosition(context);
}
- /**
- * {@inheritDoc}
- */
public short traitRetrieveBoundary(FOContext context) {
return propertyList.getRetrieveBoundary(context);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|