summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PropertiesField.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-02-14 14:56:46 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-02-14 14:56:46 +0000
commit20591078bc1c9e6b8d15f1783cbc2eef4fa435c2 (patch)
tree5332c02bbfffa309678ebe850d2626bd71034146 /java/src/IceGridGUI/Application/PropertiesField.java
parentMore Ice.OA fixes (diff)
downloadice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.tar.bz2
ice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.tar.xz
ice-20591078bc1c9e6b8d15f1783cbc2eef4fa435c2.zip
Remove Ice.OA.
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertiesField.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PropertiesField.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/Application/PropertiesField.java b/java/src/IceGridGUI/Application/PropertiesField.java
index ed2035f56c9..447fb116567 100755
--- a/java/src/IceGridGUI/Application/PropertiesField.java
+++ b/java/src/IceGridGUI/Application/PropertiesField.java
@@ -105,8 +105,8 @@ public class PropertiesField extends JTable
while(p.hasNext())
{
AdapterDescriptor ad = (AdapterDescriptor)p.next();
- hiddenPropertyNames.add("Ice.OA." + ad.name + ".Endpoints");
- hiddenPropertyNames.add("Ice.OA." + ad.name + ".PublishedEndpoints");
+ hiddenPropertyNames.add(ad.name + ".Endpoints");
+ hiddenPropertyNames.add(ad.name + ".PublishedEndpoints");
java.util.Iterator q = ad.objects.iterator();
while(q.hasNext())