diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-12-20 01:10:31 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-12-20 01:10:31 +0000 |
commit | 38139fe225f3ba2b5df6ff2fddadf20271302692 (patch) | |
tree | 46cd245b73604fbd664f0c8b07580216dce2feb1 /java/src/IceGridGUI/Application/ServerInstance.java | |
parent | properties corresponding to property settings in objects/allocatables are (diff) | |
download | ice-38139fe225f3ba2b5df6ff2fddadf20271302692.tar.bz2 ice-38139fe225f3ba2b5df6ff2fddadf20271302692.tar.xz ice-38139fe225f3ba2b5df6ff2fddadf20271302692.zip |
Fixed XML writing to produce new property attributes
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerInstance.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ServerInstance.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/ServerInstance.java b/java/src/IceGridGUI/Application/ServerInstance.java index 67338efac94..582701bedbf 100755 --- a/java/src/IceGridGUI/Application/ServerInstance.java +++ b/java/src/IceGridGUI/Application/ServerInstance.java @@ -247,7 +247,7 @@ class ServerInstance extends ListTreeNode implements Server, PropertySetParent else { writer.writeStartTag("server-instance", attributes); - writePropertySet(writer, _descriptor.propertySet, null); + writePropertySet(writer, _descriptor.propertySet, null, null); java.util.Iterator p = _children.iterator(); while(p.hasNext()) |