From: Vincent Hennebert Date: Sat, 21 Jul 2007 09:37:08 +0000 (+0000) Subject: Fix javadoc error X-Git-Tag: fop-0_95beta~427 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=42fb548468bf7ef7b87541ed871c6053711c6140;p=xmlgraphics-fop.git Fix javadoc error git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558279 13f79535-47bb-0310-9956-ffa450edef68 --- 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 {