ICU-8295 fix method visibility - public to private
X-SVN-Rev: 30087
This commit is contained in:
parent
874fc97fdf
commit
77ae8b924e
@ -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();
|
int strength = getStrength();
|
||||||
buffer.m_utilCompare0_ = m_isCaseLevel_;
|
buffer.m_utilCompare0_ = m_isCaseLevel_;
|
||||||
// m_utilCompare1_ = true;
|
// m_utilCompare1_ = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user