Skip to content

Commit 5be182d

Browse files
author
Gary Gregory
committed
Javadoc
1 parent b5fecb3 commit 5be182d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ private static UncheckedIOException wrap(final IOException e) {
239239
return new UncheckedIOException(e);
240240
}
241241

242+
/**
243+
* No instances needed.
244+
*/
242245
private UncheckedIO() {
243246
// no instances needed.
244247
}

0 commit comments

Comments
 (0)