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 63403179DA for ; Tue, 21 Apr 2015 13:39:32 +0000 (UTC) Received: (qmail 33957 invoked by uid 500); 21 Apr 2015 13:39:22 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 33926 invoked by uid 500); 21 Apr 2015 13:39:22 -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 33917 invoked by uid 99); 21 Apr 2015 13:39:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 13:39:22 +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.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 13:39:18 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id CFC0343EA5 for ; Tue, 21 Apr 2015 13:38:57 +0000 (UTC) Received: (qmail 31666 invoked by uid 99); 21 Apr 2015 13:38:57 -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, 21 Apr 2015 13:38:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0B556E04B7; Tue, 21 Apr 2015 13:38:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: ignite-656: jdk7 compilation fix Date: Tue, 21 Apr 2015 13:38:57 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-ignite Updated Branches: refs/heads/ignite-656 83c555586 -> 950c2bda7 ignite-656: jdk7 compilation fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/950c2bda Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/950c2bda Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/950c2bda Branch: refs/heads/ignite-656 Commit: 950c2bda7d64ec2f548bccc0c8e976042905779c Parents: 83c5555 Author: Denis Magda Authored: Tue Apr 21 16:38:48 2015 +0300 Committer: Denis Magda Committed: Tue Apr 21 16:38:48 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/internal/processors/cache/GridCacheAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/950c2bda/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java index 450e8a2..bc1b5ef 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java @@ -1652,7 +1652,7 @@ public abstract class GridCacheAdapter implements IgniteInternalCache IgniteInternalFuture> getAllAsync0(@Nullable final Collection keys, - boolean readThrough, + final boolean readThrough, boolean checkTx, @Nullable final UUID subjId, final String taskName,