Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
The comment is
/**
* Multiply @param rhs by @param by, and add the result to @param lhs
* without creating any new {@link Resource} object
*/
The @param tag can't be used that way. {@code rhs} is the correct thing to do.