Author: jhm Date: Wed Oct 24 05:09:40 2007 New Revision: 587864 URL: http://svn.apache.org/viewvc?rev=587864&view=rev Log: sync
Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java URL: http://svn.apache.org/viewvc/ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java?rev=587864&r1=587863&r2=587864&view=diff ============================================================================== --- ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java (original) +++ ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Wed Oct 24 05:09:40 2007 @@ -790,10 +790,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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]