Browse Source

Missing @since.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@411046 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 19 years ago
parent
commit
7af36bba63
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/Echo.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/Echo.java View File

@@ -131,6 +131,7 @@ public class Echo extends Task {
* Declare the encoding to use when outputting to a file;
* Use "" for the platform's default encoding.
* @param encoding
* @since 1.7
*/
public void setEncoding(String encoding) {
this.encoding = encoding;


Loading…
Cancel
Save