1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +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 17:33:46 +00:00
parent 1f95c0431e
commit b7203a8bdb

View file

@ -12,7 +12,7 @@
*******************************************************************************/
package org.eclipse.cdt.internal.core.dom.parser;
import com.ibm.icu.text.MessageFormat;
import java.text.MessageFormat;
import java.util.HashMap;
import java.util.Map;