Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 17EC1173D5 for ; Tue, 5 May 2015 09:08:34 +0000 (UTC) Received: (qmail 33464 invoked by uid 500); 5 May 2015 09:08:34 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 33396 invoked by uid 500); 5 May 2015 09:08:34 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 33379 invoked by uid 99); 5 May 2015 09:08:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 09:08:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 09:08:29 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 43DCA24E37 for ; Tue, 5 May 2015 09:08:09 +0000 (UTC) Received: (qmail 33169 invoked by uid 99); 5 May 2015 09:08:09 -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; Tue, 05 May 2015 09:08:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0CEBEE10BE; Tue, 5 May 2015 09:08:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.incubator.apache.org Date: Tue, 05 May 2015 09:08:12 -0000 Message-Id: In-Reply-To: <25902cabc042466e9050417e2894b3cf@git.apache.org> References: <25902cabc042466e9050417e2894b3cf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/9] incubator-ignite git commit: # sprint-4 - Added javadoc for the withAsync method. X-Virus-Checked: Checked by ClamAV on apache.org # sprint-4 - Added javadoc for the withAsync method. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/281f4ef2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/281f4ef2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/281f4ef2 Branch: refs/heads/ignite-gg-10122 Commit: 281f4ef208e7928c8514992458f34ab96781f671 Parents: 2cb7317 Author: Dmitiry Setrakyan Authored: Thu Apr 30 18:50:18 2015 -0700 Committer: Dmitiry Setrakyan Committed: Thu Apr 30 18:50:18 2015 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/281f4ef2/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java b/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java index f5b5153..be05a38 100644 --- a/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java +++ b/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncSupport.java @@ -24,7 +24,7 @@ public interface IgniteAsyncSupport { /** * Gets instance of this component with asynchronous mode enabled. * - * @return Component with asynchronous mode enabled. + * @return Instance of this component with asynchronous mode enabled. */ public IgniteAsyncSupport withAsync();