hosea commented on code in PR #1311:
URL: https://github.com/apache/wicket/pull/1311#discussion_r2565536876
##########
wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java:
##########
@@ -181,11 +183,11 @@ public Object getFieldValue(final Field field, final
Object fieldOwner)
}
/**
- *
+ *
* @param field
* @return bean name
*/
- private String getBeanName(final Field field, String name, boolean
required, ResolvableType resolvableType)
+ private String getBeanName(final Field field, String name, final
ResolvableType resolvableType)
Review Comment:
private Method and required not used inside the method. Argument "required"
removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]