Author: jglick
Date: Thu Jun  1 22:28:04 2006
New Revision: 411046

URL: http://svn.apache.org/viewvc?rev=411046&view=rev
Log:
Missing @since.

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java?rev=411046&r1=411045&r2=411046&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java Thu Jun  1 
22:28:04 2006
@@ -131,6 +131,7 @@
      * 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;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to