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:19 UTC

[43/50] groovy git commit: Update the readme of the Parrot sub-project

Update the readme of the Parrot sub-project


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

Branch: refs/heads/master
Commit: 3b1a72049b37a53c843fb807eba45a9052b007ae
Parents: 929bf81
Author: sunlan <su...@apache.org>
Authored: Sun Apr 2 18:15:44 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Sun Apr 2 18:15:44 2017 +0800

----------------------------------------------------------------------
 subprojects/groovy-parser-antlr4/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/3b1a7204/subprojects/groovy-parser-antlr4/README.md
----------------------------------------------------------------------
diff --git a/subprojects/groovy-parser-antlr4/README.md b/subprojects/groovy-parser-antlr4/README.md
index 910f939..55080e3 100644
--- a/subprojects/groovy-parser-antlr4/README.md
+++ b/subprojects/groovy-parser-antlr4/README.md
@@ -28,7 +28,7 @@ groovy foo.groovy
 groovyOptions.forkOptions.jvmArgs += ["-Dgroovy.antlr4=true"]
 ```
 
-**JVM options to control parsing:**
+**JVM system properties to control parsing:**
 * `groovy.antlr4.cache.threshold`: how frequently to clear DFA cache(default: 50). **Notice:** The more frequently the DFA cache is cleared, the poorer parsing performance will be(you can not set the value that is less than the default value). But the DFA cache has to be cleared to avoid OutOfMemoryError's occurring. 
 * `groovy.extract.doc.comment`: whether to collect groovydoc while parsing groovy source code(default: false)