Skip to content

Commit

Permalink
Minor comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Sep 20, 2024
1 parent b634376 commit 22d5243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/uk/ac/ebi/utils/opt/xml/XmlFilterUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class XmlFilterUtils
* to buffer it).</p>
*
* <p><b>WARNING</b>: 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).</p>
* both Unix4j and EasyStream.</p>
*
* <b>TODO</b>: this doesn't work when tags are nested, like in:
* {@code <foo>bla bla bla <foo> bla </foo>}. In this case, the inner foo will have a CDATA block appended.
Expand Down

0 comments on commit 22d5243

Please sign in to comment.