From 77ae8b924e4cac6703b92cccab809efb5caaa02f Mon Sep 17 00:00:00 2001 From: Stuart Gill Date: Tue, 10 May 2011 21:37:01 +0000 Subject: [PATCH] ICU-8295 fix method visibility - public to private X-SVN-Rev: 30087 --- .../classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java b/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java index aca310eedc..727ee34624 100644 --- a/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java +++ b/icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java @@ -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;