seregamorph commented on a change in pull request #68:
URL: https://github.com/apache/commons-beanutils/pull/68#discussion_r554550669
##########
File path:
src/main/java/org/apache/commons/beanutils2/FluentPropertyBeanIntrospector.java
##########
@@ -169,12 +179,10 @@ private String propertyName(final Method m) {
* Creates a property descriptor for a fluent API property.
*
* @param m the set method for the fluent API property
- * @param propertyName the name of the corresponding property
* @return the descriptor
* @throws IntrospectionException if an error occurs
*/
- private PropertyDescriptor createFluentPropertyDescritor(final Method m,
- final String propertyName) throws IntrospectionException {
Review comment:
`propertyName` argument is redundant in private method
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]