File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/org/apache/commons/io/input Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4242import org .apache .commons .io .IOUtils ;
4343import org .apache .commons .io .build .AbstractStreamBuilder ;
4444import org .apache .commons .io .function .IOConsumer ;
45- import org .apache .commons .io .output .XmlStreamWriter ;
4645
4746/**
4847 * Character stream that handles all the necessary Voodoo to figure out the charset encoding of the XML document within the stream.
@@ -76,7 +75,7 @@ public class XmlStreamReader extends Reader {
7675
7776 // @formatter:off
7877 /**
79- * Builds a new {@link XmlStreamWriter }.
78+ * Builds a new {@link XmlStreamReader }.
8079 *
8180 * Constructs a Reader using an InputStream and the associated content-type header. This constructor is lenient regarding the encoding detection.
8281 * <p>
@@ -131,7 +130,7 @@ public Builder() {
131130 }
132131
133132 /**
134- * Builds a new {@link XmlStreamWriter }.
133+ * Builds a new {@link XmlStreamReader }.
135134 * <p>
136135 * You must set an aspect that supports {@link #getInputStream()}, otherwise, this method throws an exception.
137136 * </p>
You can’t perform that action at this time.
0 commit comments