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 BCE9B17FC4 for ; Tue, 15 Sep 2015 12:22:09 +0000 (UTC) Received: (qmail 46269 invoked by uid 500); 15 Sep 2015 12:22:03 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 46176 invoked by uid 500); 15 Sep 2015 12:22:03 -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 46059 invoked by uid 99); 15 Sep 2015 12:22:03 -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, 15 Sep 2015 12:22:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2DF39DFF6F; Tue, 15 Sep 2015 12:22:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Tue, 15 Sep 2015 12:22:07 -0000 Message-Id: <6e2dee5965e1477d90675dbc8a8f6ff1@git.apache.org> In-Reply-To: <9c0017eed33c49f5b7d9cb482aa90802@git.apache.org> References: <9c0017eed33c49f5b7d9cb482aa90802@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/12] ignite git commit: removed link to IgniteCache.withKeepPortable() method in documentation removed link to IgniteCache.withKeepPortable() method in documentation Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eb7d2b0b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eb7d2b0b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/eb7d2b0b Branch: refs/heads/master Commit: eb7d2b0b1fe88ce82af43f3bcb7420f2bfcfb638 Parents: dc44a2a Author: Denis Magda Authored: Tue Sep 15 12:25:41 2015 +0300 Committer: Denis Magda Committed: Tue Sep 15 12:25:41 2015 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/internal/portable/api/IgnitePortables.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/eb7d2b0b/modules/core/src/main/java/org/apache/ignite/internal/portable/api/IgnitePortables.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/portable/api/IgnitePortables.java b/modules/core/src/main/java/org/apache/ignite/internal/portable/api/IgnitePortables.java index 56f3768..6a534e9 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/portable/api/IgnitePortables.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/portable/api/IgnitePortables.java @@ -51,7 +51,7 @@ import org.jetbrains.annotations.Nullable; * (assuming that class definitions are present in the classpath). *

* To work with the portable format directly, user should create a special cache projection - * using {@link IgniteCache#withKeepPortable()} method and then retrieve individual fields as needed: + * using IgniteCache.withKeepPortable() method and then retrieve individual fields as needed: *

  * IgniteCache<PortableObject, PortableObject> prj = cache.withKeepPortable();
  *