ICU-2676 Fixed problem in instantiating a RuleBasedCollator for a locale in the event that binary data is not present.

X-SVN-Rev: 11378
This commit is contained in:
Vladimir Weinstein 2003-03-21 18:55:11 +00:00
parent 95692f2c03
commit 6d1e406059

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/RuleBasedCollator.java,v $
* $Date: 2003/02/27 23:43:17 $
* $Revision: 1.35 $
* $Date: 2003/03/21 18:55:11 $
* $Revision: 1.36 $
*
*******************************************************************************
*/
@ -1527,6 +1527,7 @@ public final class RuleBasedCollator extends Collator
// raise missing resource error
//throw new MissingResourceException("Could not get resource for constructing RuleBasedCollator","com.ibm.icu.impl.data.LocaleElements_"+locale.toString(), "%%CollationBin");
init((String)rules[1][1]);
return;
}
}
}