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/3b2f1283 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3b2f1283 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3b2f1283 Branch: refs/heads/feature/GEODE-2012 Commit: 3b2f1283294f790857ec8eecc70b1bc4b6927edb Parents: 56917a2 Author: Kirk Lund <[email protected]> Authored: Thu Oct 20 12:25:35 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Wed Oct 26 10:19:14 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/3b2f1283/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 7d762b8..aa00b73 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}");
