mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-20492 Fixing final declarations in DateIntervalFormat.java
This commit is contained in:
parent
2e846616c4
commit
e8b94b5cce
1 changed files with 2 additions and 2 deletions
|
@ -798,7 +798,7 @@ public class DateIntervalFormat extends UFormat {
|
|||
* @draft ICU 64
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public final FormattedDateInterval formatToValue(DateInterval dtInterval) {
|
||||
public FormattedDateInterval formatToValue(DateInterval dtInterval) {
|
||||
StringBuffer sb = new StringBuffer();
|
||||
FieldPosition ignore = new FieldPosition(0);
|
||||
FormatOutput output = new FormatOutput();
|
||||
|
@ -883,7 +883,7 @@ public class DateIntervalFormat extends UFormat {
|
|||
* @throws IllegalArgumentException if the two calendars are not equivalent.
|
||||
* @stable ICU 4.0
|
||||
*/
|
||||
public StringBuffer format(Calendar fromCalendar,
|
||||
public final StringBuffer format(Calendar fromCalendar,
|
||||
Calendar toCalendar,
|
||||
StringBuffer appendTo,
|
||||
FieldPosition pos) {
|
||||
|
|
Loading…
Add table
Reference in a new issue