Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-2012 7511ffac9 -> 026ca407b
Remove double spaces Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cadc4f66 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cadc4f66 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/cadc4f66 Branch: refs/heads/feature/GEODE-2012 Commit: cadc4f66ad0f05a4a523f129663ccfb72f79501b Parents: 7511ffa Author: Kirk Lund <[email protected]> Authored: Thu Oct 20 12:25:35 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Thu Oct 20 12:25:35 2016 -0700 ---------------------------------------------------------------------- .../main/java/org/apache/geode/internal/i18n/LocalizedStrings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cadc4f66/geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java b/geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java index 8bfdd68..3dc506c 100755 --- a/geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java +++ b/geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java @@ -664,7 +664,7 @@ public class LocalizedStrings { public static final StringId ManagerLogWriter_COULD_NOT_DELETE_INACTIVE__0___1_ = new StringId(1794, "Could not delete inactive {0} \"{1}\"."); public static final StringId ManagerLogWriter_COULD_NOT_FREE_SPACE_IN_0_DIRECTORY_THE_SPACE_USED_IS_1_WHICH_EXCEEDS_THE_CONFIGURED_LIMIT_OF_2 = new StringId(1795, "Could not free space in {0} directory. The space used is {1} which exceeds the configured limit of {2}."); - public static final StringId ManagerLogWriter_DELETED_INACTIVE__0___1_ = new StringId(1797, "Deleted inactive {0} \"{1}\"."); + public static final StringId ManagerLogWriter_DELETED_INACTIVE__0___1_ = new StringId(1797, "Deleted inactive {0} \"{1}\"."); public static final StringId ManagerLogWriter_SWITCHING_TO_LOG__0 = new StringId(1798, "Switching to log {0}");
