From: erik Date: Sat, 25 Mar 2006 21:08:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.2@603~499 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=7e9f7848b73a6e8685eb5cac6b80b773e13eed49;p=utils --- diff --git a/trunk/support/src/org/wamblee/xml/DOMUtility.java b/trunk/support/src/org/wamblee/xml/DOMUtility.java index 58170444..620d6811 100644 --- a/trunk/support/src/org/wamblee/xml/DOMUtility.java +++ b/trunk/support/src/org/wamblee/xml/DOMUtility.java @@ -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).