This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit f2f19ab4fd16d63836e954b175016aa47d276679
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 6 13:34:59 2023 -0400

    Javadoc & format tweaks
---
 .../org/apache/commons/lang3/builder/ReflectionDiffBuilder.java     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java 
b/src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java
index 1337e93c1..e0b257b49 100644
--- a/src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java
+++ b/src/main/java/org/apache/commons/lang3/builder/ReflectionDiffBuilder.java
@@ -74,7 +74,8 @@ public class ReflectionDiffBuilder<T> implements 
Builder<DiffResult<T>> {
     private final DiffBuilder<T> diffBuilder;
 
     /**
-     * Which field names to exclude from output. Intended for fields like 
{@code "password"} or {@code "lastModificationDate"}.
+     * Field names to exclude from output. Intended for fields like {@code 
"password"} or {@code "lastModificationDate"}.
+     *
      * @since 3.13.0
      */
     private String[] excludeFieldNames;
@@ -104,7 +105,8 @@ public class ReflectionDiffBuilder<T> implements 
Builder<DiffResult<T>> {
     }
 
     /**
-     * Gets the field names that should be excluded from the diff
+     * Gets the field names that should be excluded from the diff.
+     *
      * @return Returns the excludeFieldNames.
      * @since 3.13.0
      */

Reply via email to