This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 85d5318fe1dab0580381e51e7ccfaf6c36ef9995
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Jul 24 12:38:14 2022 -0400

    Make package-private until we need it public
---
 src/main/java/org/apache/commons/io/UncheckedIOExceptions.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/UncheckedIOExceptions.java 
b/src/main/java/org/apache/commons/io/UncheckedIOExceptions.java
index d49007e5..4b1056e4 100644
--- a/src/main/java/org/apache/commons/io/UncheckedIOExceptions.java
+++ b/src/main/java/org/apache/commons/io/UncheckedIOExceptions.java
@@ -26,7 +26,7 @@ import java.util.Objects;
  *
  * @since 2.12.0
  */
-public class UncheckedIOExceptions {
+class UncheckedIOExceptions {
 
     /**
      * Creates a new UncheckedIOException for the given detail message.

Reply via email to