1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in

This commit is contained in:
Vivian Kong 2009-03-20 15:36:23 +00:00
parent 6045ee4478
commit 1f95c0431e

View file

@ -12,8 +12,8 @@
package org.eclipse.cdt.internal.core.indexer;
import com.ibm.icu.text.MessageFormat;
import com.ibm.icu.text.NumberFormat;
import java.text.MessageFormat;
import java.text.NumberFormat;
import java.util.Collection;
import java.util.Iterator;