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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new 06175fc1 Javadoc @link tags do not need to use a FQCN for classes in java.lang 06175fc1 is described below commit 06175fc15719cda6cf5ae494d426218c888b921f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 29 07:36:51 2022 -0400 Javadoc @link tags do not need to use a FQCN for classes in java.lang --- .../src/main/java/org/apache/commons/numbers/complex/Complex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java index 2f37f116..b6f5b32e 100644 --- a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java +++ b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java @@ -51,7 +51,7 @@ import java.util.function.DoubleUnaryOperator; * exceptions</a> return the documented value without an explicit mechanism to notify * of the exception case, that is no exceptions are thrown during computations in-line with * the convention of the corresponding single-valued functions in - * {@link java.lang.Math java.lang.Math}. + * {@link Math Math}. * These cases are documented in the method special cases as "invalid" or "divide-by-zero" * floating-point operation. * Note: Invalid floating-point exception cases will result in a complex number where the