From 9a042e584b24d3582243d98062d48b267f01700d Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 23 May 2006 23:20:23 +0000 Subject: fixes for abstract type mapping --- java/src/IceGridGUI/Application/Adapter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/src/IceGridGUI/Application/Adapter.java') diff --git a/java/src/IceGridGUI/Application/Adapter.java b/java/src/IceGridGUI/Application/Adapter.java index 83bcdccc8c3..a3ef527f8f9 100755 --- a/java/src/IceGridGUI/Application/Adapter.java +++ b/java/src/IceGridGUI/Application/Adapter.java @@ -22,10 +22,10 @@ class Adapter extends TreeNode implements DescriptorHolder return (AdapterDescriptor)d.clone(); } - static public java.util.LinkedList - copyDescriptors(java.util.LinkedList descriptors) + static public java.util.List + copyDescriptors(java.util.List descriptors) { - java.util.LinkedList copy = new java.util.LinkedList(); + java.util.List copy = new java.util.LinkedList(); java.util.Iterator p = descriptors.iterator(); while(p.hasNext()) { -- cgit v1.2.3