You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/04 21:47:11 UTC

incubator-groovy git commit: Include the correct test in `Method resolution`

Repository: incubator-groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 02d8a210c -> 7c8b83c5a


Include the correct test in `Method resolution`

The tag's name was fixed in order to include the correct test in the
`Method resolution` subsection inside the `core-semantics.adoc` file.


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 7c8b83c5aa42ddd9678d05f66d21e04f82e94a27
Parents: 02d8a21
Author: Edinson E. PadrĂ³n Urdaneta <ed...@gmail.com>
Authored: Wed Jun 3 15:40:42 2015 -0430
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Jun 4 21:46:49 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7c8b83c5/src/spec/doc/core-semantics.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-semantics.adoc b/src/spec/doc/core-semantics.adoc
index 9b42fe1..912389c 100644
--- a/src/spec/doc/core-semantics.adoc
+++ b/src/spec/doc/core-semantics.adoc
@@ -1308,7 +1308,7 @@ not in such a case, `@TypeChecked` comes handy:
 
 [source,groovy]
 ----
-include::{projectdir}/src/spec/test/typing/TypeCheckingTest.groovy[tags=method_not_type_checked,indent=0]
+include::{projectdir}/src/spec/test/typing/TypeCheckingTest.groovy[tags=method_type_checked,indent=0]
 ----
 <1> `printLine` is this time a compile-time error