You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/01/26 05:31:05 UTC

[31/50] groovy git commit: merge GROOVY-7472 to GROOVY_2_4_X

merge GROOVY-7472 to GROOVY_2_4_X


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/8e9c3c20
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/8e9c3c20
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/8e9c3c20

Branch: refs/heads/GROOVY_2_4_X
Commit: 8e9c3c20da19f1115f2a0f96b87e036c92b59f8e
Parents: 9c9dbb3
Author: paulk <pa...@asert.com.au>
Authored: Fri Dec 30 06:43:18 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Dec 30 06:57:07 2016 +1000

----------------------------------------------------------------------
 src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/8e9c3c20/src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java
----------------------------------------------------------------------
diff --git a/src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java b/src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java
index 1c9941c..99f7227 100644
--- a/src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java
+++ b/src/main/org/codehaus/groovy/runtime/StringGroovyMethods.java
@@ -221,7 +221,7 @@ public class StringGroovyMethods extends DefaultGroovyMethodsSupport {
      *
      * @param self The CharSequence to uncapitalize
      * @return A String containing the uncapitalized toString() of the CharSequence
-     * @since 2.5.0
+     * @since 2.4.8
      */
     public static String uncapitalize(CharSequence self) {
         String s = self.toString();