aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-09-08 22:06:48 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-09-08 22:06:48 +0000
commit4d77beff3195315d899d138db2fd5e592e41c9be (patch)
treeb909a2d210d5f0ee17649a830653e2fd760e29be /src/java/org/apache/fop/fo/pagination
parent1c5cae7362ae33673b79090a2e2ae668babcb9da (diff)
downloadxmlgraphics-fop-4d77beff3195315d899d138db2fd5e592e41c9be.tar.gz
xmlgraphics-fop-4d77beff3195315d899d138db2fd5e592e41c9be.zip
Fixed javadoc errors.
Added a few TODOs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/pagination')
-rw-r--r--src/java/org/apache/fop/fo/pagination/Root.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/pagination/Root.java b/src/java/org/apache/fop/fo/pagination/Root.java
index 4d27222de..cbd87c43f 100644
--- a/src/java/org/apache/fop/fo/pagination/Root.java
+++ b/src/java/org/apache/fop/fo/pagination/Root.java
@@ -236,7 +236,7 @@ public class Root extends FObj {
/**
* Sets the associated Declarations.
- * @param Declarations the Declarations to use
+ * @param declarations the Declarations to use
*/
public void setDeclarations(Declarations declarations) {
this.declarations = declarations;