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/20 18:39:19 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 3d3dad8  Tweak javadoc
3d3dad8 is described below

commit 3d3dad8676dad1ab5a8f5d45eaf3e59c8d2dacb4
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sat Dec 21 02:38:26 2019 +0800

    Tweak javadoc
---
 src/main/java/org/codehaus/groovy/control/ParserPluginFactory.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/control/ParserPluginFactory.java b/src/main/java/org/codehaus/groovy/control/ParserPluginFactory.java
index 01e9a13..c34b1d4 100644
--- a/src/main/java/org/codehaus/groovy/control/ParserPluginFactory.java
+++ b/src/main/java/org/codehaus/groovy/control/ParserPluginFactory.java
@@ -35,7 +35,8 @@ public abstract class ParserPluginFactory {
     }
 
     /**
-     * creates the ANTLR 2.7 parser
+     * Creates the ANTLR 2 parser.
+     *
      * @return the factory for the parser
      */
     @Deprecated