Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C9251722A for ; Fri, 17 Apr 2015 16:42:41 +0000 (UTC) Received: (qmail 77854 invoked by uid 500); 17 Apr 2015 16:42:41 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 77803 invoked by uid 500); 17 Apr 2015 16:42:41 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 77673 invoked by uid 99); 17 Apr 2015 16:42:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 16:42:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4FBEE0519; Fri, 17 Apr 2015 16:42:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: niclas@apache.org To: commits@zest.apache.org Date: Fri, 17 Apr 2015 16:42:46 -0000 Message-Id: <39c4cf18fe9840a2a9103e63a5c811bc@git.apache.org> In-Reply-To: <544168cbf46b49cc91479151cf20f3f1@git.apache.org> References: <544168cbf46b49cc91479151cf20f3f1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/28] zest-qi4j git commit: CopyPaste error... 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/develop Commit: 918e5ca58d312f4420ee0289ca136ed61c3d2090 Parents: 506b155 Author: Niclas Hedhman Authored: Sat Jan 10 21:53:43 2015 +0800 Committer: Niclas Hedhman 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,