You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/28 18:03:22 UTC

[commons-lang] branch master updated: Javadoc

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d1b750eac Javadoc
d1b750eac is described below

commit d1b750eaca45c9e33ca3900c72541d86e2d92565
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat May 28 14:03:15 2022 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/builder/Diff.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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<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