You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/09/28 12:24:18 UTC

[groovy] branch master updated: deprecate antlr2 file

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

paulk 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 e002748  deprecate antlr2 file
e002748 is described below

commit e002748dc60f65810bcba8d5ddb28f844617de47
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Sep 28 22:24:05 2019 +1000

    deprecate antlr2 file
---
 src/main/java/org/codehaus/groovy/antlr/AntlrParserPluginFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/antlr/AntlrParserPluginFactory.java b/src/main/java/org/codehaus/groovy/antlr/AntlrParserPluginFactory.java
index 91857ee..61bab21 100644
--- a/src/main/java/org/codehaus/groovy/antlr/AntlrParserPluginFactory.java
+++ b/src/main/java/org/codehaus/groovy/antlr/AntlrParserPluginFactory.java
@@ -23,8 +23,8 @@ import org.codehaus.groovy.control.ParserPluginFactory;
 
 /**
  */
+@Deprecated
 public class AntlrParserPluginFactory extends ParserPluginFactory {
-
     public ParserPlugin createParserPlugin() {
         return new AntlrParserPlugin();
     }