diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/Node.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/Node.java | 3 |
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); } |