mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13177 Adding serialVersionUID for CustomSymbolCurrency and MeasureUnit
X-SVN-Rev: 40495
This commit is contained in:
parent
5c711e36e8
commit
35ef735709
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ import com.ibm.icu.util.Currency;
|
|||
import com.ibm.icu.util.ULocale;
|
||||
|
||||
public class CustomSymbolCurrency extends Currency {
|
||||
private static final long serialVersionUID = 2497493016770137670L;
|
||||
|
||||
private String symbol1;
|
||||
private String symbol2;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
package com.ibm.icu.util;
|
||||
|
||||
public class NoUnit extends MeasureUnit {
|
||||
private static final long serialVersionUID = 2467174286237024095L;
|
||||
|
||||
public static final NoUnit BASE =
|
||||
(NoUnit) MeasureUnit.internalGetInstance("none", "base");
|
||||
|
|
Loading…
Add table
Reference in a new issue