diff options
author | Simon Pepping <spepping@apache.org> | 2010-08-13 15:03:17 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-08-13 15:03:17 +0000 |
commit | c81729764a0692e9f5e31ec28722403b603ee5aa (patch) | |
tree | efb32a918b443cd2787df1070b9dbdfcd9fbad32 /src/java/org/apache/fop/afp/util | |
parent | 3800fbcd385314883c58c7ca69ceea56ad39e538 (diff) | |
download | xmlgraphics-fop-c81729764a0692e9f5e31ec28722403b603ee5aa.tar.gz xmlgraphics-fop-c81729764a0692e9f5e31ec28722403b603ee5aa.zip |
Removed a bunch of javadoc warnings in addition to patch 49733
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/afp/util')
-rw-r--r-- | src/java/org/apache/fop/afp/util/DTDEntityResolver.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/afp/util/DTDEntityResolver.java b/src/java/org/apache/fop/afp/util/DTDEntityResolver.java index dcf5ad7d9..b4eb7fc23 100644 --- a/src/java/org/apache/fop/afp/util/DTDEntityResolver.java +++ b/src/java/org/apache/fop/afp/util/DTDEntityResolver.java @@ -98,7 +98,7 @@ public class DTDEntityResolver implements EntityResolver { /** * Returns the URL of a resource on the classpath - * @param resourceName the path to the resource relative to the root of the + * @param resourcePath the path to the resource relative to the root of the * classpath. * @return the URL of the required resource * @throws FontRuntimeException if the resource could not be found. |