tisonkun commented on code in PR #951:
URL: https://github.com/apache/commons-lang/pull/951#discussion_r979191525
##########
src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java:
##########
@@ -254,23 +254,23 @@ public static List<Field>
getFieldsListWithAnnotation(final Class<?> cls, final
/**
* Reads an accessible {@code static} {@link Field}.
*
- * @param field
Review Comment:
Oops. I think I should add the `@param <T>` line so adjusting neighbor lines
should be OK. Said you're updating the comments, and adjusting a bit the layout
should not be a big deal. I don't touch unrelated comments.
--
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]