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 46cef6bd49a060b0d021ad6691d9d6896a62b42a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 11 16:30:05 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/io/function/Uncheck.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/function/Uncheck.java 
b/src/main/java/org/apache/commons/io/function/Uncheck.java
index a593b56a4..3e4010431 100644
--- a/src/main/java/org/apache/commons/io/function/Uncheck.java
+++ b/src/main/java/org/apache/commons/io/function/Uncheck.java
@@ -330,7 +330,7 @@ public final class Uncheck {
     }
 
     /**
-     * Constructs a new UncheckedIOException for the given exception.
+     * Constructs a new {@link UncheckedIOException} for the given exception.
      *
      * @param e The exception to wrap.
      * @return a new {@link UncheckedIOException}.
@@ -340,7 +340,7 @@ public final class Uncheck {
     }
 
     /**
-     * Constructs a new UncheckedIOException for the given exception and 
detail message.
+     * Constructs a new {@link UncheckedIOException} for the given exception 
and detail message.
      *
      * @param e The exception to wrap.
      * @param message The UncheckedIOException message if an I/O error occurs.

Reply via email to