Revision: 7590
Author: victormote
Date: 2006-06-14 11:32:39 -0700 (Wed, 14 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7590&view=rev
Log Message:
-----------
Conform to axsl change: Move method from FObj to PageSequence.
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 17:16:29 UTC (rev 7589)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObj.java 2006-06-14 18:32:39 UTC (rev 7590)
@@ -239,9 +239,6 @@
return effectiveParent(context).getContainingBlock(context);
}
- /**
- * {@inheritDoc}
- */
public org.axsl.foR.fo.Flow getFlow(FOContext context) {
if (getParent() == null) {
return null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|