From e25e5d839afa0171e4c44c9276aab4b10a1399d1 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 25 Mar 2006 21:08:51 +0000 Subject: [PATCH] --- support/src/org/wamblee/xml/DOMUtility.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/src/org/wamblee/xml/DOMUtility.java b/support/src/org/wamblee/xml/DOMUtility.java index 58170444..620d6811 100644 --- a/support/src/org/wamblee/xml/DOMUtility.java +++ b/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). -- 2.31.1