YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha)

This commit is contained in:
Karthik Kambatla 2016-04-01 16:19:54 -07:00
parent 5686caa9fc
commit 81d04cae41
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public static Resource multiply(Resource lhs, double by) {
}
/**
* Multiply @param rhs by @param by, and add the result to @param lhs
* Multiply {@code rhs} by {@code by}, and add the result to {@code lhs}
* without creating any new {@link Resource} object
*/
public static Resource multiplyAndAddTo(