Skip to content

Commit 46cef6b

Browse files
committed
Javadoc
1 parent a1ddbcc commit 46cef6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/function/Uncheck.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public static <T> boolean test(final IOPredicate<T> predicate, final T t) {
330330
}
331331

332332
/**
333-
* Constructs a new UncheckedIOException for the given exception.
333+
* Constructs a new {@link UncheckedIOException} for the given exception.
334334
*
335335
* @param e The exception to wrap.
336336
* @return a new {@link UncheckedIOException}.
@@ -340,7 +340,7 @@ private static UncheckedIOException wrap(final IOException e) {
340340
}
341341

342342
/**
343-
* Constructs a new UncheckedIOException for the given exception and detail message.
343+
* Constructs a new {@link UncheckedIOException} for the given exception and detail message.
344344
*
345345
* @param e The exception to wrap.
346346
* @param message The UncheckedIOException message if an I/O error occurs.

0 commit comments

Comments
 (0)