Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-04-10 15:38:25 +0000
committerCurtis D'Entremont2006-04-10 15:38:25 +0000
commit8346c4cf7d5b29c895fb58dbce4768d77a730316 (patch)
treee90038cb80e0a2d608016ae76e4bef565654de31 /org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java
parent23ede276649a47039a903d881758187388d3d2fc (diff)
downloadeclipse.platform.ua-8346c4cf7d5b29c895fb58dbce4768d77a730316.tar.gz
eclipse.platform.ua-8346c4cf7d5b29c895fb58dbce4768d77a730316.tar.xz
eclipse.platform.ua-8346c4cf7d5b29c895fb58dbce4768d77a730316.zip
135781 need to adopt ICU4J APIsv20060410a
Diffstat (limited to 'org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java')
-rw-r--r--org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java b/org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java
index 266044d90..89008c5d4 100644
--- a/org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java
+++ b/org.eclipse.help.base/src/org/eclipse/help/standalone/Help.java
@@ -11,7 +11,7 @@
package org.eclipse.help.standalone;
import java.io.*;
-import java.util.*;
+import java.util.ArrayList;
import org.eclipse.help.internal.standalone.*;

Back to the top