1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +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:55:50 +00:00
parent b7203a8bdb
commit c1cfa6f1b1

View file

@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.cdt.internal.core.parser;
import com.ibm.icu.text.MessageFormat;
import java.text.MessageFormat;
import java.util.MissingResourceException;
import java.util.ResourceBundle;