summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/Node.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/Node.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/Node.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/Node.java b/java/src/IceGridGUI/Application/Node.java
index f264ccc4b37..cbd85fa3261 100755
--- a/java/src/IceGridGUI/Application/Node.java
+++ b/java/src/IceGridGUI/Application/Node.java
@@ -332,7 +332,8 @@ class Node extends TreeNode implements PropertySetParent
ServerInstanceDescriptor descriptor =
new ServerInstanceDescriptor("",
new java.util.HashMap(),
- new PropertySetDescriptor(new String[0], new java.util.LinkedList()));
+ new PropertySetDescriptor(new String[0], new java.util.LinkedList()),
+ new java.util.HashMap());
newServer(descriptor);
}