Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X c35e5bd4e -> 5bcd5c343
fixed some dead links Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/575cae0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/575cae0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/575cae0c Branch: refs/heads/GROOVY_2_4_X Commit: 575cae0cd47c388963b34830ce689d9e6f4944fc Parents: c35e5bd Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Oct 18 12:19:25 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Oct 18 12:20:41 2015 +0200 ---------------------------------------------------------------------- src/examples/searchEngine/Indexer.groovy | 2 +- src/examples/searchEngine/Searcher.groovy | 2 +- src/main/org/codehaus/groovy/antlr/groovy.g | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/575cae0c/src/examples/searchEngine/Indexer.groovy ---------------------------------------------------------------------- diff --git a/src/examples/searchEngine/Indexer.groovy b/src/examples/searchEngine/Indexer.groovy index 28d1866..2709e6a 100644 --- a/src/examples/searchEngine/Indexer.groovy +++ b/src/examples/searchEngine/Indexer.groovy @@ -32,7 +32,7 @@ import static org.apache.lucene.document.Field.Store.* * * @author Jeremy Rayner <gro...@ross-rayner.com> * based on examples in the wonderful 'Lucene in Action' book - * by Erik Hatcher and Otis Gospodnetic ( http://www.lucenebook.com ) + * by Erik Hatcher and Otis Gospodnetic (https://www.manning.com/books/lucene-in-action-second-edition) * * June 25th, 2013: Updated for Lucene 4.3.1 * requires a lucene-4.3.x.jar from http://lucene.apache.org http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/575cae0c/src/examples/searchEngine/Searcher.groovy ---------------------------------------------------------------------- diff --git a/src/examples/searchEngine/Searcher.groovy b/src/examples/searchEngine/Searcher.groovy index ea35719..4afd145 100644 --- a/src/examples/searchEngine/Searcher.groovy +++ b/src/examples/searchEngine/Searcher.groovy @@ -28,7 +28,7 @@ import org.apache.lucene.index.DirectoryReader * * @author Jeremy Rayner <gro...@ross-rayner.com> * based on examples in the wonderful 'Lucene in Action' book - * by Erik Hatcher and Otis Gospodnetic ( http://www.lucenebook.com ) + * by Erik Hatcher and Otis Gospodnetic (https://www.manning.com/books/lucene-in-action-second-edition) * * June 25th, 2013: Updated for Lucene 4.3.1 * requires a lucene-4.x.x.jar from http://lucene.apache.org http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/575cae0c/src/main/org/codehaus/groovy/antlr/groovy.g ---------------------------------------------------------------------- diff --git a/src/main/org/codehaus/groovy/antlr/groovy.g b/src/main/org/codehaus/groovy/antlr/groovy.g index 9a50118..9681954 100644 --- a/src/main/org/codehaus/groovy/antlr/groovy.g +++ b/src/main/org/codehaus/groovy/antlr/groovy.g @@ -204,8 +204,6 @@ import antlr.TokenStreamRecognitionException; * o I have taken java.g for Java1.5 from Michael Studman (1.22.4) * and have applied the groovy.diff from java.g (1.22) by John Rose * back onto the new root (1.22.4) - Jeremy Rayner (Jan 2005) - * o for a map of the task see... - * http://groovy.javanicus.com/java-g.png * * Version 1.22.4.g.2 * o mkempf, rkleeb, Dec 2007