YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha)
This commit is contained in:
parent
5686caa9fc
commit
81d04cae41
|
@ -152,7 +152,7 @@ public class Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
|
* without creating any new {@link Resource} object
|
||||||
*/
|
*/
|
||||||
public static Resource multiplyAndAddTo(
|
public static Resource multiplyAndAddTo(
|
||||||
|
|
Loading…
Reference in New Issue