You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/08/20 20:17:53 UTC

[GitHub] [commons-lang] garydgregory commented on a diff in pull request #938: Fix broken javadoc.

garydgregory commented on code in PR #938:
URL: https://github.com/apache/commons-lang/pull/938#discussion_r950737182


##########
src/main/java/org/apache/commons/lang3/math/Fraction.java:
##########
@@ -517,7 +517,7 @@ public Fraction abs() {
      * <p>The returned fraction is in reduced form.</p>
      *
      * @param power  the power to raise the fraction to
-     * @return {@code this} if the power is one, {@link ONE} if the power
+     * @return {@code this} if the power is one, {@link Fraction#ONE} if the power

Review Comment:
   You can just say `{@link #ONE}` IIRC, you don't need to refer to your own class name.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org