You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/24 16:38:39 UTC

[commons-io] 16/21: Javadoc

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 5be182dc2a3dffc035120c206ebf87198178bb7c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 24 12:05:07 2022 -0400

    Javadoc
---
 src/main/java/org/apache/commons/io/UncheckedIO.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/commons/io/UncheckedIO.java b/src/main/java/org/apache/commons/io/UncheckedIO.java
index 4c3e5b74..37bc3a32 100644
--- a/src/main/java/org/apache/commons/io/UncheckedIO.java
+++ b/src/main/java/org/apache/commons/io/UncheckedIO.java
@@ -239,6 +239,9 @@ public class UncheckedIO {
         return new UncheckedIOException(e);
     }
 
+    /**
+     * No instances needed.
+     */
     private UncheckedIO() {
         // no instances needed.
     }