Skip to content

Commit

Permalink
Javadoc & format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 6, 2023
1 parent 451f0bc commit f2f19ab
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -104,7 +105,8 @@ public ReflectionDiffBuilder(final T lhs, final T rhs, final ToStringStyle style
}

/**
* 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
*/
Expand Down

0 comments on commit f2f19ab

Please sign in to comment.