diff --git a/src/main/java/org/apache/commons/lang3/builder/Diff.java b/src/main/java/org/apache/commons/lang3/builder/Diff.java index a7be8b0fa..a7b0c2735 100644 --- a/src/main/java/org/apache/commons/lang3/builder/Diff.java +++ b/src/main/java/org/apache/commons/lang3/builder/Diff.java @@ -67,7 +67,7 @@ public abstract class Diff extends Pair { /** *

- * Returns the type of the field. + * Gets the type of the field. *

* * @return the field type @@ -78,7 +78,7 @@ public abstract class Diff extends Pair { /** *

- * Returns the name of the field. + * Gets the name of the field. *

* * @return the field name