(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 25 Mar 2006 21:08:51 +0000 (21:08 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 25 Mar 2006 21:08:51 +0000 (21:08 +0000)
support/src/org/wamblee/xml/DOMUtility.java

index 581704447d3c2c1f8cd8c92c36c47c83c94b5351..620d68114781a1e553beb0f7490fb62603b93347 100644 (file)
@@ -25,7 +25,8 @@ public final class DOMUtility {
     }
 
     /**
-     * Removes duplicate attributes from a DOM tree.
+     * Removes duplicate attributes from a DOM tree.This is useful for postprocessing the
+     * output of JTidy as a workaround for a bug in JTidy. 
      * 
      * @param aNode
      *            Node to remove duplicate attributes from (recursively).