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:
parent
6045ee4478
commit
1f95c0431e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue