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/ServiceInstance.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/ServiceInstance.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ServiceInstance.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/ServiceInstance.java b/java/src/IceGridGUI/Application/ServiceInstance.java index 94c3421a3d1..d1a63f12acf 100755 --- a/java/src/IceGridGUI/Application/ServiceInstance.java +++ b/java/src/IceGridGUI/Application/ServiceInstance.java @@ -334,7 +334,7 @@ class ServiceInstance extends TreeNode implements Service, Cloneable else { writer.writeStartTag("service-instance", attributes); - writePropertySet(writer, _descriptor.propertySet, null); + writePropertySet(writer, _descriptor.propertySet, null, null); writer.writeEndTag("service-instance"); } } |