Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.jini')
-rw-r--r--plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/JiniClassServer.java2
-rw-r--r--plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/utility/StartJini.java4
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/JiniClassServer.java b/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/JiniClassServer.java
index 9e4c305abe2..36424ab3ca8 100644
--- a/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/JiniClassServer.java
+++ b/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/JiniClassServer.java
@@ -55,7 +55,7 @@ public class JiniClassServer {
}
// public void addPaths(String[] paths) {
- //
+ //
// System.out.println("Adding Paths:");
// for(int i = 0; i < paths.length; i++){
// System.out.println("\t" + paths[i]);
diff --git a/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/utility/StartJini.java b/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/utility/StartJini.java
index 554e782d090..20b909aafbf 100644
--- a/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/utility/StartJini.java
+++ b/plugins/org.eclipse.osee.framework.jini/src/org/eclipse/osee/framework/jini/utility/StartJini.java
@@ -112,7 +112,9 @@ public class StartJini extends JiniService {
String model = "CJS";
String description = "Provides means to shutdown spawned Jini Lookup Services";
- this.registerService(new Entry[] {new ServiceInfo("", "", "", "", model, ""), new Comment(description),
+ this.registerService(new Entry[] {
+ new ServiceInfo("", "", "", "", model, ""),
+ new Comment(description),
new SimpleFormattedEntry(SPAWNED_REGGIE_SERVICE_ID, reggieServiceId),
new SimpleFormattedEntry(SPAWNED_REGGIE_ON_HOST, getHostName())}, getHeaders(manifestFile));

Back to the top