Repository: commons-lang
Updated Branches:
  refs/heads/master 393ad2db7 -> 362dd935f


Javadoc correction to agree with code

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

Branch: refs/heads/master
Commit: 362dd935f84ef80b13cced13a74339e42c775809
Parents: 393ad2d
Author: Sebb <s...@apache.org>
Authored: Wed May 9 09:47:25 2018 +0100
Committer: Sebb <s...@apache.org>
Committed: Wed May 9 09:47:25 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/362dd935/src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java 
b/src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java
index 36fe867..969812d 100644
--- a/src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java
+++ b/src/main/java/org/apache/commons/lang3/builder/ToStringStyle.java
@@ -2600,7 +2600,7 @@ public abstract class ToStringStyle implements 
Serializable {
         }
 
         /**
-         * Appends the given String in parenthesis to the given StringBuffer.
+         * Appends the given String enclosed in double-quotes to the given 
StringBuffer.
          *
          * @param buffer the StringBuffer to append the value to.
          * @param value the value to append.

Reply via email to