Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java')
-rw-r--r--plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java
index 409bd5f6fb2..233ab063730 100644
--- a/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java
+++ b/plugins/org.eclipse.osee.framework.plugin.core/src/org/eclipse/osee/framework/plugin/core/config/JiniLookupGroupConfig.java
@@ -45,7 +45,7 @@ public class JiniLookupGroupConfig {
if (serviceGroups == null || serviceGroups.length == 0) {
OseeLog.log(JiniLookupGroupConfig.class, Level.SEVERE,
- "[-D" + filterGroups + "] was not set.\n" + "Please enter the Jini Group this service register with.");
+ "[-D" + filterGroups + "] was not set.\n" + "Please enter the Jini Group this service register with.");
serviceGroups = new String[] {"NO_LOOKUP_GROUP_SPECIFIED"};
} else {
String toStore = "";

Back to the top