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 CA9A017921 for ; Mon, 6 Apr 2015 03:19:05 +0000 (UTC) Received: (qmail 70376 invoked by uid 500); 6 Apr 2015 03:19:05 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 70345 invoked by uid 500); 6 Apr 2015 03:19:05 -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 70317 invoked by uid 99); 6 Apr 2015 03:19:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 03:19:05 +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; Mon, 06 Apr 2015 03:19:03 +0000 Received: (qmail 69869 invoked by uid 99); 6 Apr 2015 03:18:43 -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; Mon, 06 Apr 2015 03:18:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74CB1E042A; Mon, 6 Apr 2015 03:18:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 06 Apr 2015 03:18:51 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/34] 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-564 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,