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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]