Skip to content

Commit 7eefcb2

Browse files
committed
Javadoc
1 parent 36e15d1 commit 7eefcb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public BOMInputStream(final InputStream delegate, final ByteOrderMark... boms) {
312312
}
313313

314314
/**
315-
* Finds a BOM with the configured bytes in {@code bomList}.
315+
* Finds a ByteOrderMark with the configured bytes in {@code bomList}.
316316
*
317317
* @return The matched BOM or null if none matched.
318318
*/
@@ -321,7 +321,7 @@ private ByteOrderMark find() {
321321
}
322322

323323
/**
324-
* Gets the BOM (Byte Order Mark).
324+
* Gets the ByteOrderMark (Byte Order Mark).
325325
*
326326
* @return The BOM or null if none matched.
327327
* @throws IOException

0 commit comments

Comments
 (0)