Skip to content

Commit 64e2ab4

Browse files
committed
Javadoc typos
1 parent aa9110f commit 64e2ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,13 @@ public void close() {
300300
/**
301301
* A singleton empty byte array.
302302
*
303-
* @since 2.9.0
303+
* @since 2.9.0
304304
*/
305305
public static final byte[] EMPTY_BYTE_ARRAY = {};
306306

307307
/**
308308
* Represents the end-of-file (or stream) value {@value}.
309+
*
309310
* @since 2.5 (made public)
310311
*/
311312
public static final int EOF = -1;

0 commit comments

Comments
 (0)