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 2017/04/11 01:38:08 UTC

[32/50] groovy git commit: Remove "threadsafe", which was mistaken as Groovy keyword

Remove "threadsafe", which was mistaken as Groovy keyword


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a9c70466
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a9c70466
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a9c70466

Branch: refs/heads/master
Commit: a9c704665e249ac5c067e0d8037ab228a20fb3a9
Parents: 49feef5
Author: sunlan <su...@apache.org>
Authored: Sun Jan 29 21:42:46 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Sun Jan 29 21:42:46 2017 +0800

----------------------------------------------------------------------
 .../src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4  | 1 -
 .../src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4 | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/a9c70466/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4
----------------------------------------------------------------------
diff --git a/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4 b/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4
index 1f990ad..ec7a08d 100644
--- a/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4
+++ b/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyLexer.g4
@@ -335,7 +335,6 @@ AS              : 'as';
 DEF             : 'def';
 IN              : 'in';
 TRAIT           : 'trait';
-THREADSAFE      : 'threadsafe';
 
 
 // �3.9 Keywords

http://git-wip-us.apache.org/repos/asf/groovy/blob/a9c70466/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4
----------------------------------------------------------------------
diff --git a/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4 b/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4
index 2df6b50..e7ba77e 100644
--- a/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4
+++ b/subprojects/groovy-parser-antlr4/src/main/antlr4/org/apache/groovy/parser/antlr4/GroovyParser.g4
@@ -1213,7 +1213,6 @@ keywords
     |   SWITCH
     |   SYNCHRONIZED
     |   THIS
-    |   THREADSAFE
     |   THROW
     |   THROWS
     |   TRANSIENT