git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7141e8b
)
(no commit message)
author
Erik Brakkee
<erik@brakkee.org>
Sat, 25 Mar 2006 21:08:51 +0000
(21:08 +0000)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 25 Mar 2006 21:08:51 +0000
(21:08 +0000)
support/src/org/wamblee/xml/DOMUtility.java
patch
|
blob
|
history
diff --git
a/support/src/org/wamblee/xml/DOMUtility.java
b/support/src/org/wamblee/xml/DOMUtility.java
index 581704447d3c2c1f8cd8c92c36c47c83c94b5351..620d68114781a1e553beb0f7490fb62603b93347 100644
(file)
--- 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).