diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 11:44:40 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-12-20 11:44:40 +0000 |
commit | bc056628919427a904655250ef0f96b8c2b30d66 (patch) | |
tree | 122ebc7bdefba9e865fe2e8a7ef4d156f660608f /java/src/IceGridGUI/Application/ReplicaGroupEditor.java | |
parent | - Added internal descriptor types for node-registry communications (diff) | |
download | ice-bc056628919427a904655250ef0f96b8c2b30d66.tar.bz2 ice-bc056628919427a904655250ef0f96b8c2b30d66.tar.xz ice-bc056628919427a904655250ef0f96b8c2b30d66.zip |
Removed property attributes and added iceVersion
Diffstat (limited to 'java/src/IceGridGUI/Application/ReplicaGroupEditor.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/ReplicaGroupEditor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/ReplicaGroupEditor.java b/java/src/IceGridGUI/Application/ReplicaGroupEditor.java index 34a4c683be8..4d83942ecac 100755 --- a/java/src/IceGridGUI/Application/ReplicaGroupEditor.java +++ b/java/src/IceGridGUI/Application/ReplicaGroupEditor.java @@ -427,7 +427,7 @@ class ReplicaGroupEditor extends Editor Ice.Identity id = Ice.Util.stringToIdentity((String)entry.getKey()); String type = (String)entry.getValue(); - result.add(new ObjectDescriptor(id, type, "")); // TODO: Bernard: remove property! + result.add(new ObjectDescriptor(id, type)); } return result; } |