Revision: 7610
Author: victormote
Date: 2006-06-14 16:26:25 -0700 (Wed, 14 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7610&view=rev
Log Message:
-----------
Conform to axsl changes: Remove unneeded 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 23:21:17 UTC (rev 7609)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-14 23:26:25 UTC (rev 7610)
@@ -652,23 +652,14 @@
return propertyList.traitKeepWithPreviousWithinPage(context);
}
- /**
- * {@inheritDoc}
- */
public String traitMasterReference(FOContext context) {
return propertyList.getMasterReference(context);
}
- /**
- * {@inheritDoc}
- */
public short traitPagePosition(FOContext context) {
return propertyList.getPagePosition(context);
}
- /**
- * {@inheritDoc}
- */
public short traitOddOrEven(FOContext context) {
return propertyList.getOddOrEven(context);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|