Javadoc & format tweaks

This commit is contained in:
Gary Gregory 2023-07-06 13:34:59 -04:00
parent 451f0bca8b
commit f2f19ab4fd
1 changed files with 4 additions and 2 deletions

View File

@ -74,7 +74,8 @@ public class ReflectionDiffBuilder<T> implements Builder<DiffResult<T>> {
private final DiffBuilder<T> diffBuilder; 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 * @since 3.13.0
*/ */
private String[] excludeFieldNames; 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. * @return Returns the excludeFieldNames.
* @since 3.13.0 * @since 3.13.0
*/ */