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:44:21 UTC

[groovy] branch master updated: Tweak javadoc

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

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


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

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

    Tweak javadoc
---
 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) {