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:29:32 UTC

[groovy] branch master updated: Fix javadoc issue

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

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

    Fix javadoc issue
---
 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()} */