Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 71A09200C74 for ; Sat, 29 Apr 2017 09:58:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 70820160BA9; Sat, 29 Apr 2017 07:58:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B62F8160BA0 for ; Sat, 29 Apr 2017 09:58:30 +0200 (CEST) Received: (qmail 82143 invoked by uid 500); 29 Apr 2017 07:58:29 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 82133 invoked by uid 99); 29 Apr 2017 07:58:29 -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; Sat, 29 Apr 2017 07:58:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BDC66E0896; Sat, 29 Apr 2017 07:58:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Date: Sat, 29 Apr 2017 07:58:29 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/8] ignite git commit: ignite-2.0 - Fixed javadoc archived-at: Sat, 29 Apr 2017 07:58:31 -0000 Repository: ignite Updated Branches: refs/heads/master 7297e1dca -> fcc41ac4b ignite-2.0 - Fixed javadoc Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ab2a5b90 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ab2a5b90 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ab2a5b90 Branch: refs/heads/master Commit: ab2a5b903b814d917065f3902169dbded8da334d Parents: 14f4b33 Author: Alexey Goncharuk Authored: Fri Apr 28 10:38:58 2017 +0300 Committer: Alexey Goncharuk Committed: Fri Apr 28 10:38:58 2017 +0300 ---------------------------------------------------------------------- modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ab2a5b90/modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java b/modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java index 28225fc..7bd27fe 100644 --- a/modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java +++ b/modules/core/src/main/java/org/apache/ignite/igfs/IgfsMetrics.java @@ -33,7 +33,7 @@ public interface IgfsMetrics { /** * Gets maximum amount of data that can be stored on local node. This metrics is related to - * to the {@link org.apache.ignite.configuration.MemoryPolicyConfiguration#getSize()} of the IGFS data cache. + * to the {@link org.apache.ignite.configuration.MemoryPolicyConfiguration#getMaxSize()} of the IGFS data cache. * * @return Maximum IGFS local space size. */