aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2010-08-18 09:05:36 +0000
committerSimon Pepping <spepping@apache.org>2010-08-18 09:05:36 +0000
commitb69448b24b96fc7320127c480ada62fbabe62ce7 (patch)
tree58f5b2ece08b2bb6a6e03a06e71800f7f9e2b50e /src/codegen
parent18b1b9c7100b90068343d99a1520029f2e149969 (diff)
downloadxmlgraphics-fop-b69448b24b96fc7320127c480ada62fbabe62ce7.tar.gz
xmlgraphics-fop-b69448b24b96fc7320127c480ada62fbabe62ce7.zip
Fixed javadoc, checkstyle and ant warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java b/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
index 9ea35581d..263a1c694 100644
--- a/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
+++ b/src/codegen/unicode/java/org/apache/fop/hyphenation/UnicodeClasses.java
@@ -160,7 +160,7 @@ public final class UnicodeClasses {
* @param unidataPath path to the directory with UCD files
* @param outfilePath output file
* @throws IOException if the input files are not found
- * @throws URISyntaxException
+ * @throws URISyntaxException if {@code unidataPath} cannot be converted to a URI
*/
public static void fromUCD(boolean hexcode, String unidataPath, String outfilePath)
throws IOException, URISyntaxException {