You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2016/05/19 17:59:49 UTC

[lang] LANG-1232: make javadoc tag order consistent with the rest of the DiffBuilder javadoc

Repository: commons-lang
Updated Branches:
  refs/heads/master 0343777db -> 1e4a49067


LANG-1232: make javadoc tag order consistent with the rest of the DiffBuilder javadoc


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/1e4a4906
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1e4a4906
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1e4a4906

Branch: refs/heads/master
Commit: 1e4a4906776f7300a9639a7599fccc545791583d
Parents: 0343777
Author: pascalschumacher <pa...@gmx.net>
Authored: Thu May 19 19:59:41 2016 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu May 19 19:59:41 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1e4a4906/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java b/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java
index 677a3ad..a5d311c 100644
--- a/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java
+++ b/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java
@@ -917,9 +917,9 @@ public class DiffBuilder implements Builder<DiffResult> {
      *            the left hand {@code Object[]}
      * @param rhs
      *            the right hand {@code Object[]}
+     * @return this
      * @throws IllegalArgumentException
      *             if field name is {@code null}
-     * @return this
      */
     public DiffBuilder append(final String fieldName, final Object[] lhs,
             final Object[] rhs) {