From 42fb548468bf7ef7b87541ed871c6053711c6140 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Sat, 21 Jul 2007 09:37:08 +0000 Subject: [PATCH] Fix javadoc error git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558279 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fo/FONode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/fo/FONode.java b/src/java/org/apache/fop/fo/FONode.java index 848e06a65..cb884781a 100644 --- a/src/java/org/apache/fop/fo/FONode.java +++ b/src/java/org/apache/fop/fo/FONode.java @@ -109,7 +109,7 @@ public abstract class FONode implements Cloneable { * PropertyList. * * @param propertyList the PropertyList - * @throws FOPException if there was an error when + * @throws FOPException if there was an error when * processing the PropertyList */ public void bind(PropertyList propertyList) throws FOPException { -- 2.39.5