You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/04/11 17:13:50 UTC

[21/24] 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/feature/GEODE-17-2
Commit: a57b7cf5cccd5971feed4ac0c63483598bb47fc8
Parents: 0a98fa6
Author: Nitin Lamba <nl...@apache.org>
Authored: Sat Apr 2 01:52:17 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
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");