Skip to content

Commit e8a0739

Browse files
committed
Fix Checkstyle
1 parent 876e8c3 commit e8a0739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/input/XmlStreamReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* </p>
5959
* <p>
6060
* By default the charset encoding detection is lenient, the constructor with the lenient flag can be used for a script (following HTTP MIME and XML
61-
* specifications). All this is nicely explained by Mark Pilgrim in his blog, <a href="https://diveintomark.org/archives/2004/02/13/xml-media-types"> Determining
62-
* the character encoding of a feed</a>.
61+
* specifications). All this is nicely explained by Mark Pilgrim in his blog, <a href="https://diveintomark.org/archives/2004/02/13/xml-media-types">
62+
* Determining the character encoding of a feed</a>.
6363
* </p>
6464
* <p>
6565
* To build an instance, see {@link Builder}.

0 commit comments

Comments
 (0)