garydgregory commented on a change in pull request #838:
URL: https://github.com/apache/commons-lang/pull/838#discussion_r762438427



##########
File path: 
src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java
##########
@@ -73,6 +75,11 @@
     private final Object right;
     private final DiffBuilder<T> diffBuilder;
 
+    /**
+     * Which field names to exclude from output. Intended for fields like 
{@code "password"} or {@code "lastModificationDate}.
+     */

Review comment:
       All _new_ `protected` and `public` elements new `@since 3.13.0`.

##########
File path: 
src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java
##########
@@ -99,6 +106,31 @@ public ReflectionDiffBuilder(final T lhs, final T rhs, 
final ToStringStyle style
         diffBuilder = new DiffBuilder<>(lhs, rhs, style);
     }
 
+    /**
+     * @return Returns the excludeFieldNames.

Review comment:
       Javadoc comments start with a sentence.




-- 
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]


Reply via email to