mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4529 serializable classes need serialization uids
X-SVN-Rev: 17785
This commit is contained in:
parent
406fb87314
commit
ee2c674f05
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ import java.util.Locale;
|
|||
*/
|
||||
public class ChineseCalendar extends Calendar {
|
||||
// jdk1.4.2 serialver
|
||||
private static final long serialVersionUID = 7312110751940929420L;'
|
||||
private static final long serialVersionUID = 7312110751940929420L;
|
||||
|
||||
//------------------------------------------------------------------
|
||||
// Developer Notes
|
||||
|
|
Loading…
Add table
Reference in a new issue