Skip to content

Commit 85d5318

Browse files
author
Gary Gregory
committed
Make package-private until we need it public
1 parent 7adb122 commit 85d5318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @since 2.12.0
2828
*/
29-
public class UncheckedIOExceptions {
29+
class UncheckedIOExceptions {
3030

3131
/**
3232
* Creates a new UncheckedIOException for the given detail message.

0 commit comments

Comments
 (0)