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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to