You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/11/29 19:45:03 UTC

[groovy] branch GROOVY_3_0_X updated: Tweak javadoc

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

sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new d48f852  Tweak javadoc
d48f852 is described below

commit d48f85239f51f5277043e9f3d9df9d70853cde4c
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Nov 30 03:44:10 2019 +0800

    Tweak javadoc
    
    (cherry picked from commit 795794380bae7f09684baf375fdf38d9018ae3e1)
---
 src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java b/src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java
index 8b4558a..368a28a 100644
--- a/src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java
+++ b/src/main/java/org/codehaus/groovy/ast/builder/AstStringCompiler.java
@@ -76,7 +76,7 @@ public class AstStringCompiler {
      * Performs the String source to {@link java.util.List} of statement {@link ASTNode}.
      *
      * @param script a Groovy script in String form
-     * @return {@link java.util.List} of {@link ASTNode}
+     * @return {@link java.util.List} of statement {@link ASTNode}
      * @since 3.0.0
      */
     public List<ASTNode> compile(String script) {