Browse Source

Fixed broken javadoc

master
jkf 6 years ago
parent
commit
e5e41f0353
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java View File

@@ -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) {


Loading…
Cancel
Save