Revision: 7592
Author: victormote
Date: 2006-06-14 12:04:21 -0700 (Wed, 14 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7592&view=rev
Log Message:
-----------
Conform to axsl change: Remove unnecessary parameter.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageSequence.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageSequence.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageSequence.java 2006-06-14 18:49:10 UTC (rev 7591)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageSequence.java 2006-06-14 19:04:21 UTC (rev 7592)
@@ -183,11 +183,17 @@
return ((Root) getRoot()).getLayoutMasterSet();
}
+ /**
+ * {@inheritDoc}
+ */
public String formatPageNumber(int pageNumber) {
return pageNumberGenerator.makeFormattedPageNumber(pageNumber);
}
- public org.axsl.foR.fo.Flow getFlow(FOContext context) {
+ /**
+ * {@inheritDoc}
+ */
+ public org.axsl.foR.fo.Flow getFlow() {
return this.flow;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|