Polishing

This commit is contained in:
Juergen Hoeller
2016-06-22 11:55:33 +02:00
parent 981d4494c6
commit a2aa82eb31
2 changed files with 14 additions and 7 deletions

View File

@@ -394,8 +394,8 @@ public class MethodParameter {
/**
* Return the nested type of the method/constructor parameter.
* @return the parameter type (never {@code null})
* @see #getNestingLevel()
* @since 3.1
* @see #getNestingLevel()
*/
public Class<?> getNestedParameterType() {
if (this.nestingLevel > 1) {