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-lang.git
The following commit(s) were added to refs/heads/master by this push: new bd051edb1 Use @link bd051edb1 is described below commit bd051edb1ef9680806fec6b379ea54423cdbbfb5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 31 08:57:54 2024 -0400 Use @link --- src/main/java/org/apache/commons/lang3/function/MethodInvokers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/function/MethodInvokers.java b/src/main/java/org/apache/commons/lang3/function/MethodInvokers.java index f29633027..dc49a505c 100644 --- a/src/main/java/org/apache/commons/lang3/function/MethodInvokers.java +++ b/src/main/java/org/apache/commons/lang3/function/MethodInvokers.java @@ -197,7 +197,7 @@ public final class MethodInvokers { /** * Produces an instance of the given single-method interface which redirects its calls to the given method. * <p> - * For the definition of "single-method", see {@linkplain MethodHandleProxies#asInterfaceInstance(Class, MethodHandle)}. + * For the definition of "single-method", see {@link MethodHandleProxies#asInterfaceInstance(Class, MethodHandle)}. * </p> * * @param <T> The interface type.