Correct JavaDoc @param tags

This commit is contained in:
Benedikt Ritter 2016-09-20 17:55:42 +02:00
parent 9c5b6cdc71
commit 31d02f6806
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 1 additions and 2 deletions

View File

@ -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) {