summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/RegistryObserverI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/RegistryObserverI.java')
-rwxr-xr-xjava/src/IceGridGUI/RegistryObserverI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/RegistryObserverI.java b/java/src/IceGridGUI/RegistryObserverI.java
index dfc0c0420f7..1555fb89a8f 100755
--- a/java/src/IceGridGUI/RegistryObserverI.java
+++ b/java/src/IceGridGUI/RegistryObserverI.java
@@ -58,7 +58,7 @@ class RegistryObserverI extends _RegistryObserverDisp
}
- public synchronized void init(int serial, java.util.LinkedList applications, AdapterInfo[] adapters,
+ public synchronized void init(int serial, java.util.List applications, AdapterInfo[] adapters,
ObjectInfo[] objects, Ice.Current current)
{
_initialized = true;
@@ -179,7 +179,7 @@ class RegistryObserverI extends _RegistryObserverDisp
// Values given to init
//
private int _serial;
- private java.util.LinkedList _applications;
+ private java.util.List _applications;
private AdapterInfo[] _adapters;
private ObjectInfo[] _objects;
};