Skip to content

Commit b340827

Browse files
committed
Javadoc
1 parent cbdbe64 commit b340827

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
*
6262
* <pre>
6363
* boolean include = true;
64-
* BOMInputStream bomIn = BOMInputStream.builder().setInputStream(in).setInclude(include).get();
64+
* BOMInputStream bomIn = BOMInputStream.builder()
65+
* .setInputStream(in)
66+
* .setInclude(include)
67+
* .get();
6568
* if (bomIn.hasBOM()) {
6669
* // has a UTF-8 BOM
6770
* }

0 commit comments

Comments
 (0)