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 implements Builder> { private final DiffBuilder 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 implements Builder> { } /** - * 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 */