Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E966F188D9 for ; Wed, 27 Jan 2016 14:20:13 +0000 (UTC) Received: (qmail 34237 invoked by uid 500); 27 Jan 2016 14:20:08 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 34198 invoked by uid 500); 27 Jan 2016 14:20:08 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 34186 invoked by uid 99); 27 Jan 2016 14:20:08 -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; Wed, 27 Jan 2016 14:20:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7728EDFFF4; Wed, 27 Jan 2016 14:20:08 +0000 (UTC) From: ilantukh To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request: IGNITE-2273 Content-Type: text/plain Date: Wed, 27 Jan 2016 14:20:08 +0000 (UTC) GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/429 IGNITE-2273 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ignite-2273 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/429.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #429 ---- commit 0e6e55bce1567430caf47bfaf7a498f9172031ff Author: Ilya Lantukh Date: 2016-01-27T14:15:41Z ignite-2273 : Alternative to Arrays.asList() optimized for 1 and 2 element arrays. commit 4ec95281af610334296d258d6b8b8d1f533c11e0 Author: Ilya Lantukh Date: 2016-01-27T14:19:47Z ignite-2273 : reverted Arrays.asList() replacement in examples. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---