garydgregory commented on code in PR #935: URL: https://github.com/apache/commons-lang/pull/935#discussion_r950693989
########## src/main/java/org/apache/commons/lang3/math/Fraction.java: ########## @@ -31,8 +31,10 @@ * based and thus suffers from various overflow issues. For a BigInteger based * equivalent, please see the Commons Math BigFraction class. </p> * + * @deprecated for fraction implementation from commons-numbers Review Comment: Please add a URL to the Javadoc for the favored implementation. You are also missing the '@depracted' Javadoc tag. -- 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]
