]> granicus.if.org Git - icu/commitdiff
ICU-8295 fix method visibility - public to private
authorStuart Gill <sgill@svn.icu-project.org>
Tue, 10 May 2011 21:37:01 +0000 (21:37 +0000)
committerStuart Gill <sgill@svn.icu-project.org>
Tue, 10 May 2011 21:37:01 +0000 (21:37 +0000)
X-SVN-Rev: 30087

icu4j/main/classes/collate/src/com/ibm/icu/text/RuleBasedCollator.java

index aca310eedcaff503782999b45b01da20f227685d..727ee3462457d89a22762be835080bfc15f90a15 100644 (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;