mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Polishing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user