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 486FF17351 for ; Fri, 3 Apr 2015 12:59:16 +0000 (UTC) Received: (qmail 8602 invoked by uid 500); 3 Apr 2015 12:59:16 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 8567 invoked by uid 500); 3 Apr 2015 12:59:16 -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 8549 invoked by uid 99); 3 Apr 2015 12:59:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2015 12:59:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Apr 2015 12:59:14 +0000 Received: (qmail 6443 invoked by uid 99); 3 Apr 2015 12:58:52 -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, 03 Apr 2015 12:58:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ABEFDE2F61; Fri, 3 Apr 2015 12:58:52 +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 Date: Fri, 03 Apr 2015 12:59:35 -0000 Message-Id: <8a655aab660d41438c9bddeff57efe3f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [44/50] [abbrv] incubator-ignite git commit: # Fixed JavaDoc issue. X-Virus-Checked: Checked by ClamAV on apache.org # Fixed JavaDoc issue. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d173f370 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d173f370 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d173f370 Branch: refs/heads/ignite-tests-todo Commit: d173f370e9eb6c0707d76aba11c293643837e0d5 Parents: d33191c Author: vozerov-gridgain Authored: Fri Apr 3 11:09:25 2015 +0300 Committer: vozerov-gridgain Committed: Fri Apr 3 11:09:25 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/processors/cache/local/GridLocalCacheEntry.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d173f370/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/GridLocalCacheEntry.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/GridLocalCacheEntry.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/GridLocalCacheEntry.java index d05d1bb..84d4c90 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/GridLocalCacheEntry.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/local/GridLocalCacheEntry.java @@ -35,7 +35,6 @@ public class GridLocalCacheEntry extends GridCacheMapEntry { * @param hash Key hash value. * @param val Entry value. * @param next Next entry in the linked list. - * @param ttl Time to live. * @param hdrId Header id. */ public GridLocalCacheEntry(GridCacheContext ctx,