Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 A262E19733 for ; Sat, 9 Apr 2016 04:19:17 +0000 (UTC) Received: (qmail 48224 invoked by uid 500); 9 Apr 2016 04:19:17 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 48122 invoked by uid 500); 9 Apr 2016 04:19:17 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 48103 invoked by uid 99); 9 Apr 2016 04:19:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2016 04:19:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id ED21CC064A for ; Sat, 9 Apr 2016 04:19:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id phju7I934hMF for ; Sat, 9 Apr 2016 04:19:16 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 0AA665F23F for ; Sat, 9 Apr 2016 04:19:14 +0000 (UTC) Received: (qmail 48085 invoked by uid 99); 9 Apr 2016 04:19:14 -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, 09 Apr 2016 04:19:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B87B3E090B; Sat, 9 Apr 2016 04:19:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.incubator.apache.org Date: Sat, 09 Apr 2016 04:19:14 -0000 Message-Id: In-Reply-To: <86683a1a7eac4d8c8734ba840dce76a0@git.apache.org> References: <86683a1a7eac4d8c8734ba840dce76a0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] incubator-geode git commit: GEODE-1163 Fix failing I18n test for one of the strings GEODE-1163 Fix failing I18n test for one of the strings Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a57b7cf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a57b7cf5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a57b7cf5 Branch: refs/heads/develop Commit: a57b7cf5cccd5971feed4ac0c63483598bb47fc8 Parents: 0a98fa6 Author: Nitin Lamba Authored: Sat Apr 2 01:52:17 2016 -0700 Committer: Anthony Baker Committed: Fri Apr 8 21:18:55 2016 -0700 ---------------------------------------------------------------------- .../java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a57b7cf5/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java index e923ed5..1ddc973 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java @@ -2151,7 +2151,7 @@ public class LocalizedStrings extends ParentLocalizedStrings { // Developer REST interface public static final StringId SwaggerConfig_VENDOR_PRODUCT_LINE = new StringId(6617, "Apache Geode Developer REST API"); - public static final StringId SwaggerConfig_DESCRIPTOR = new StringId(6618, "Developer REST API and interface to Geode's distributed, in-memory data grid and cache."); + public static final StringId SwaggerConfig_DESCRIPTOR = new StringId(6618, "Developer REST API and interface to Geode''s distributed, in-memory data grid and cache."); public static final StringId SwaggerConfig_EULA_LINK = new StringId(6619, "http://www.apache.org/licenses/"); public static final StringId SwaggerConfig_SUPPORT_LINK = new StringId(6620, "dev@geode.incubator.apache.org"); public static final StringId SwaggerConfig_DOC_TITLE = new StringId(6621, "Apache Geode Documentation");