ICU-12186 Changed SimpleDateFormat#matchDayPeriodString from @internal protected...
authorYoshito Umaoka <y.umaoka@gmail.com>
Tue, 8 Mar 2016 18:24:17 +0000 (18:24 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Tue, 8 Mar 2016 18:24:17 +0000 (18:24 +0000)
X-SVN-Rev: 38505

icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java

index c2643ac2d46a031a6f84705d9da4760d8a280fe8..bbe9070fa3e93cbbaaee4b0ee161533c9b5b77fb 100644 (file)
@@ -2983,11 +2983,8 @@ public class SimpleDateFormat extends DateFormat {
 
     /**
      * Similar to matchQuarterString but customized for day periods.
-     * @internal
-     * @deprecated This API is ICU internal only.
      */
-    @Deprecated
-    protected int matchDayPeriodString(String text, int start, String[] data, int dataLength,
+    private int matchDayPeriodString(String text, int start, String[] data, int dataLength,
             Output<DayPeriodRules.DayPeriod> dayPeriod)
     {
         int bestMatchLength = 0, bestMatch = -1;