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/12/18 10:50:33 UTC

[groovy] branch GROOVY_3_0_X updated: Fix javadoc issue

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 a22dc2d  Fix javadoc issue
a22dc2d is described below

commit a22dc2d24cebc923de086697043237db50e75e77
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Dec 18 18:29:01 2019 +0800

    Fix javadoc issue
    
    (cherry picked from commit 9644b0f92614dc0b81621e41317073158267d566)
---
 src/main/java/org/codehaus/groovy/control/CompilationUnit.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/control/CompilationUnit.java b/src/main/java/org/codehaus/groovy/control/CompilationUnit.java
index 5b81391..62f5cee 100644
--- a/src/main/java/org/codehaus/groovy/control/CompilationUnit.java
+++ b/src/main/java/org/codehaus/groovy/control/CompilationUnit.java
@@ -113,7 +113,7 @@ public class CompilationUnit extends ProcessingUnit {
 
     /** Controls behavior of {@link #classgen()} and other routines. */
     protected boolean debug;
-    /** True after the first {@link #configure()} operation. */
+    /** True after the first {@link #configure(CompilerConfiguration)} operation. */
     protected boolean configured;
 
     /** A callback for use during {@link #classgen()} */