mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-11257 Fix a ChineseCalendar constructor problem.
X-SVN-Rev: 36502
This commit is contained in:
parent
d5c8fa0e9f
commit
4426b0e313
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class ChineseCalendar extends Calendar {
|
|||
*/
|
||||
public ChineseCalendar(int era, int year, int month, int isLeapMonth, int date)
|
||||
{
|
||||
this(era, year, month, isLeapMonth, 0, 0, 0);
|
||||
this(era, year, month, isLeapMonth, date, 0, 0, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue