Skip to content

Commit ff37401

Browse files
committed
Javadoc
1 parent 1c0f6fe commit ff37401

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/apache/commons/io/input/compatibility/XmlStreamReader.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public XmlStreamReader(final InputStream inputStream) throws IOException {
351351
* relaxed.
352352
* @throws IOException thrown if there is a problem reading the stream.
353353
* @throws XmlStreamReaderException thrown if the charset encoding could not
354-
* be determined according to the specs.
354+
* be determined according to the specification.
355355
*/
356356
public XmlStreamReader(final InputStream inputStream, final boolean lenient) throws IOException,
357357
XmlStreamReaderException {
@@ -419,7 +419,7 @@ public XmlStreamReader(final InputStream inputStream, final String httpContentTy
419419
* relaxed.
420420
* @throws IOException thrown if there is a problem reading the file.
421421
* @throws XmlStreamReaderException thrown if the charset encoding could not
422-
* be determined according to the specs.
422+
* be determined according to the specification.
423423
*/
424424
public XmlStreamReader(final InputStream inputStream, final String httpContentType,
425425
final boolean lenient) throws IOException, XmlStreamReaderException {
@@ -458,7 +458,7 @@ public XmlStreamReader(final InputStream inputStream, final String httpContentTy
458458
* @param defaultEncoding the default encoding to use
459459
* @throws IOException thrown if there is a problem reading the file.
460460
* @throws XmlStreamReaderException thrown if the charset encoding could not
461-
* be determined according to the specs.
461+
* be determined according to the specification.
462462
*/
463463
public XmlStreamReader(final InputStream inputStream, final String httpContentType,
464464
final boolean lenient, final String defaultEncoding) throws IOException,

0 commit comments

Comments
 (0)