CopyPaste error...
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/918e5ca5 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/918e5ca5 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/918e5ca5 Branch: refs/heads/master Commit: 918e5ca58d312f4420ee0289ca136ed61c3d2090 Parents: 506b155 Author: Niclas Hedhman <[email protected]> Authored: Sat Jan 10 21:53:43 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sat Jan 10 21:53:43 2015 +0800 ---------------------------------------------------------------------- libraries/lang-groovy/src/docs/lang-groovy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/918e5ca5/libraries/lang-groovy/src/docs/lang-groovy.txt ---------------------------------------------------------------------- diff --git a/libraries/lang-groovy/src/docs/lang-groovy.txt b/libraries/lang-groovy/src/docs/lang-groovy.txt index 9abe50b..a19a5fb 100644 --- a/libraries/lang-groovy/src/docs/lang-groovy.txt +++ b/libraries/lang-groovy/src/docs/lang-groovy.txt @@ -25,7 +25,7 @@ Example That means that the HelloWorldSpeaker.groovy file may be co-located with the class files in the same package. It is currently not supported to place -the Javascript implementation of the mixin in a different package than the +the Groovy implementation of the mixin in a different package than the interface it implements. To use Groovy to implement the Mixin functionality for a given interface,
