You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jg...@apache.org on 2006/06/02 07:28:05 UTC

svn commit: r411046 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org