diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-07-21 09:37:08 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-07-21 09:37:08 +0000 |
commit | 42fb548468bf7ef7b87541ed871c6053711c6140 (patch) | |
tree | 6e0c23200d0c396b356782fc37e7df89a8205423 /src | |
parent | b4f3b9d29fc5bf972490fab35d71ac363e59c73c (diff) | |
download | xmlgraphics-fop-42fb548468bf7ef7b87541ed871c6053711c6140.tar.gz xmlgraphics-fop-42fb548468bf7ef7b87541ed871c6053711c6140.zip |
Fix javadoc error
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@558279 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/fo/FONode.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 { * <code>PropertyList</code>. * * @param propertyList the <code>PropertyList</code> - * @throws <code>FOPException</code> if there was an error when + * @throws FOPException if there was an error when * processing the <code>PropertyList</code> */ public void bind(PropertyList propertyList) throws FOPException { |