| commit | e5e41f0353484a2ce8ce1815109e41d3277ded56 | [log] [tgz] |
|---|---|---|
| author | jkf <jm@famkruithof.net> | Sun May 26 23:31:22 2019 +0200 |
| committer | jkf <jm@famkruithof.net> | Sun May 26 23:31:22 2019 +0200 |
| tree | 7edf30092201affdb35bc2b922b9235f12275943 | |
| parent | 9b4393b85ca7acebd7b228ea5ee79e4aa7e810a8 [diff] |
Fixed broken javadoc
diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java b/src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java index 1ba68a4..cd04da5 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java
@@ -105,8 +105,8 @@ } /** - * Set the image encoding type. <a - * See the encoding table in the JAI Programming Guide</a>. + * Set the image encoding type. + * See the encoding table in the JAI Programming Guide. * @param encoding the String image encoding. */ public void setEncoding(String encoding) {