This commit is contained in:
Gary Gregory 2022-05-28 14:03:15 -04:00
parent 8a6a5d9ebc
commit d1b750eaca
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public abstract class Diff<T> extends Pair<T, T> {
/**
* <p>
* Returns the type of the field.
* Gets the type of the field.
* </p>
*
* @return the field type
@ -78,7 +78,7 @@ public abstract class Diff<T> extends Pair<T, T> {
/**
* <p>
* Returns the name of the field.
* Gets the name of the field.
* </p>
*
* @return the field name