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/08/29 11:19:09 UTC

[commons-numbers] branch master updated: Javadoc @see tags do not need to use a FQCN for classes in java.lang

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 c69c3142 Javadoc @see tags do not need to use a FQCN for classes in java.lang
c69c3142 is described below

commit c69c31421f38a919539087bd6957fc6ec27e01ca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 29 07:19:04 2022 -0400

    Javadoc @see 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 6dfa59e8..2f37f116 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
@@ -3215,7 +3215,7 @@ public final class Complex implements Serializable  {
      * @return {@code true} if the objects are equal, {@code false} if object
      * is {@code null}, not an instance of {@code Complex}, or not equal to
      * this instance.
-     * @see java.lang.Double#doubleToLongBits(double)
+     * @see Double#doubleToLongBits(double)
      * @see java.util.Arrays#equals(double[], double[])
      */
     @Override