Correct JavaDoc @param tags
This commit is contained in:
parent
9c5b6cdc71
commit
31d02f6806
|
@ -142,8 +142,7 @@ abstract class MemberUtils {
|
|||
* Returns the sum of the object transformation cost for each class in the
|
||||
* source argument list.
|
||||
* @param srcArgs The source arguments
|
||||
* @param destArgs The destination arguments
|
||||
* @param isVarArgs True if the destination arguments are for a varags methods
|
||||
* @param executable The executable to calculate transformation costs for
|
||||
* @return The total transformation cost
|
||||
*/
|
||||
private static float getTotalTransformationCost(final Class<?>[] srcArgs, final Executable executable) {
|
||||
|
|
Loading…
Reference in New Issue