kinow commented on code in PR #849:
URL: https://github.com/apache/commons-lang/pull/849#discussion_r848110734
##########
src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java:
##########
@@ -460,6 +490,11 @@ private static Object checkNotNull(final Object obj) {
*/
protected String[] excludeFieldNames;
+ /**
+ * Field names that will be include in the output. All fields are included
by default.
Review Comment:
s/will be include/will be included
--
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]