ICU-8295 fix method visibility - public to private

X-SVN-Rev: 30087
This commit is contained in:
Stuart Gill 2011-05-10 21:37:01 +00:00
parent 874fc97fdf
commit 77ae8b924e

View File

@ -1072,7 +1072,7 @@ public final class RuleBasedCollator extends Collator {
}
}
public RawCollationKey getRawCollationKey(String source, RawCollationKey key, CollationBuffer buffer) {
private RawCollationKey getRawCollationKey(String source, RawCollationKey key, CollationBuffer buffer) {
int strength = getStrength();
buffer.m_utilCompare0_ = m_isCaseLevel_;
// m_utilCompare1_ = true;