ICU-5976 Added setDigit for JDK Locale th_TH_TH support in the DateFormat SPI.

X-SVN-Rev: 24108
This commit is contained in:
Yoshito Umaoka 2008-06-05 04:39:51 +00:00
parent 1da9d58910
commit e56b3c7948

View file

@ -88,6 +88,10 @@ public final class DateNumberFormat extends NumberFormat {
return zeroDigit;
}
public void setZeroDigit(char zero) {
zeroDigit = zero;
}
public StringBuffer format(double number, StringBuffer toAppendTo,
FieldPosition pos) {
throw new UnsupportedOperationException("StringBuffer format(double, StringBuffer, FieldPostion) is not implemented");