Polishing

This commit is contained in:
Juergen Hoeller
2015-07-29 01:08:16 +02:00
parent faab220946
commit 965fca808a
8 changed files with 46 additions and 42 deletions

View File

@@ -207,7 +207,7 @@ public class MethodParameter {
/**
* Return the index of the method/constructor parameter.
* @return the parameter index (never negative)
* @return the parameter index (-1 in case of the return type)
*/
public int getParameterIndex() {
return this.parameterIndex;