This is an automated email from the ASF dual-hosted git repository.

jkf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new e5e41f0  Fixed broken javadoc
e5e41f0 is described below

commit e5e41f0353484a2ce8ce1815109e41d3277ded56
Author: jkf <j...@famkruithof.net>
AuthorDate: Sun May 26 23:31:22 2019 +0200

    Fixed broken javadoc
---
 src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ public class Image extends MatchingTask {
     }
 
     /**
-     * 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) {

Reply via email to