From 4d77beff3195315d899d138db2fd5e592e41c9be Mon Sep 17 00:00:00 2001 From: Joerg Pietschmann Date: Thu, 8 Sep 2005 22:06:48 +0000 Subject: 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 --- src/java/org/apache/fop/fo/pagination/Root.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/org/apache/fop/fo/pagination') 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; -- cgit v1.2.3