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 2015/10/18 22:27:14 UTC

[1/2] incubator-groovy git commit: fixed some dead links

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 <pa...@gmx.net>
Authored: Sun Oct 18 12:19:25 2015 +0200
Committer: pascalschumacher <pa...@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 <gr...@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 <gr...@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


[2/2] incubator-groovy git commit: Corrected bitwiseNegate in operators documentation (closes #144)

Posted by pa...@apache.org.
Corrected bitwiseNegate in operators documentation (closes #144)


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 5bcd5c3438441b6dd7aa5353fa6a97da422bfd1c
Parents: 575cae0
Author: Pap LÅ‘rinc <pa...@yahoo.com>
Authored: Sun Oct 18 20:48:41 2015 +0300
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Oct 18 22:27:00 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/core-operators.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/5bcd5c34/src/spec/doc/core-operators.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-operators.adoc b/src/spec/doc/core-operators.adoc
index c8438a3..d023122 100644
--- a/src/spec/doc/core-operators.adoc
+++ b/src/spec/doc/core-operators.adoc
@@ -795,6 +795,6 @@ Here is a complete list of the operators and their corresponding methods:
 | `a()`
 | a.call()
 | `~a`
-| a.bitwiseNegative()
+| a.bitwiseNegate()
 |====