You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2007/12/08 00:27:17 UTC

svn commit: r602268 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java

Author: maartenc
Date: Fri Dec  7 15:27:17 2007
New Revision: 602268

URL: http://svn.apache.org/viewvc?rev=602268&view=rev
Log:
javadoc fix

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java?rev=602268&r1=602267&r2=602268&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorWriter.java Fri Dec  7 15:27:17 2007
@@ -257,7 +257,7 @@
      * 
      * @param extra the extra attributes, can be <tt>null</tt>
      * @param out the writer to use
-     * @param indent the string to write before writing the attributes (if any)
+     * @param prefix the string to write before writing the attributes (if any)
      */
     private static void printExtraAttributes(Map extra, PrintWriter out, String prefix) {
         if (extra == null) {