Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-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 151DA17DE5 for ; Tue, 7 Oct 2014 20:33:50 +0000 (UTC) Received: (qmail 31524 invoked by uid 500); 7 Oct 2014 20:33:50 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 31508 invoked by uid 500); 7 Oct 2014 20:33:50 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 31499 invoked by uid 99); 7 Oct 2014 20:33:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 20:33:49 +0000 X-ASF-Spam-Status: No, hits=-1999.0 required=5.0 tests=ALL_TRUSTED,HK_RANDOM_FROM,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; Tue, 07 Oct 2014 20:33:27 +0000 Received: (qmail 31399 invoked by uid 99); 7 Oct 2014 20:33:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 20:33:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2E4149052C6; Tue, 7 Oct 2014 20:33:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: grkvlt@apache.org To: commits@brooklyn.incubator.apache.org Date: Tue, 07 Oct 2014 20:33:27 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: This closes #223 X-Virus-Checked: Checked by ClamAV on apache.org This closes #223 * github/pr/223: Fix tabs in formatting Trim brooklyn.properties values of whitespace when loading Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/28801ed2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/28801ed2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/28801ed2 Branch: refs/heads/master Commit: 28801ed26b29d1fbcec19cacb17825da10c4de28 Parents: 395846e 7d05640 Author: Andrew Kennedy Authored: Tue Oct 7 21:33:15 2014 +0100 Committer: Andrew Kennedy Committed: Tue Oct 7 21:33:15 2014 +0100 ---------------------------------------------------------------------- .../brooklyn/config/BrooklynProperties.java | 30 +- .../brooklyn/util/text/StringFunctions.java | 16 +- .../main/java/brooklyn/util/text/Strings.java | 559 ++++++++++--------- 3 files changed, 315 insertions(+), 290 deletions(-) ----------------------------------------------------------------------