Skip to content

Commit 5609a73

Browse files
author
Gary Gregory
committed
No instances needed
1 parent 8e63832 commit 5609a73

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ public static UncheckedIOException create(final Object message) {
5555
public static UncheckedIOException wrap(final IOException e, final Object message) {
5656
return new UncheckedIOException(Objects.toString(message), e);
5757
}
58+
59+
private UncheckedIOExceptions() {
60+
// no instance
61+
}
5862
}

0 commit comments

Comments
 (0)