summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/EditorBase.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-05-01 22:10:14 +0000
committerBernard Normier <bernard@zeroc.com>2006-05-01 22:10:14 +0000
commit6d1afe97d80c63e34e5a26a636f690daa5d330cb (patch)
treeaf44668c9d23c3bb1441f4c771f208d456425396 /java/src/IceGridGUI/EditorBase.java
parentFixed W32 compiles for string converters (diff)
downloadice-6d1afe97d80c63e34e5a26a636f690daa5d330cb.tar.bz2
ice-6d1afe97d80c63e34e5a26a636f690daa5d330cb.tar.xz
ice-6d1afe97d80c63e34e5a26a636f690daa5d330cb.zip
The LiveDeployment pane now handles property sets correctly
Diffstat (limited to 'java/src/IceGridGUI/EditorBase.java')
-rwxr-xr-xjava/src/IceGridGUI/EditorBase.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/IceGridGUI/EditorBase.java b/java/src/IceGridGUI/EditorBase.java
index 1e11340f891..7b43cb37bf2 100755
--- a/java/src/IceGridGUI/EditorBase.java
+++ b/java/src/IceGridGUI/EditorBase.java
@@ -41,6 +41,8 @@ public abstract class EditorBase
return null;
}
+
+
static public java.util.SortedMap propertiesToMap(java.util.List props,
Utils.Resolver resolver)
{