You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/10/24 14:08:17 UTC

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

Author: jhm
Date: Wed Oct 24 05:08:17 2007
New Revision: 587863

URL: http://svn.apache.org/viewvc?rev=587863&view=rev
Log:
JavaDoc

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java?rev=587863&r1=587862&r2=587863&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Wed Oct 24 05:08:17 2007
@@ -754,10 +754,19 @@
         return getClass().equals(XmlProperty.class);
     }
 
+    /**
+     * Get the current delimiter.
+     * @return delimiter
+     */
     public String getDelimiter() {
         return delimiter;
     }
 
+    /**
+     * Sets a new delimiter.
+     * @param delimiter new value
+     * @since Ant 1.7.1
+     */
     public void setDelimiter(String delimiter) {
         this.delimiter = delimiter;
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org