diff --git a/src/main/java/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.java b/src/main/java/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.java index 171d4ee46..b8d3ff486 100644 --- a/src/main/java/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.java +++ b/src/main/java/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.java @@ -24,7 +24,7 @@ public class XmlFilterUtils * to buffer it).

* *

WARNING: In order to avoid too many dependency for jUtils, you have to declare the dependency on - * both Unix4j and EasyStream (copy-paste them from the junit-io's pom).

+ * both Unix4j and EasyStream.

* * TODO: this doesn't work when tags are nested, like in: * {@code bla bla bla bla }. In this case, the inner foo will have a CDATA block appended.