mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 02:28:25 +00:00
Correct JavaDoc @param tags
This commit is contained in:
parent
9c5b6cdc71
commit
31d02f6806
@ -142,8 +142,7 @@ private static int compareParameterTypes(final Executable left, final Executable
|
||||
* 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…
x
Reference in New Issue
Block a user