mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-20806 Removing 'implements Cloneable' from Precision.java
This commit is contained in:
parent
c1aa8b9a75
commit
3d82f4740e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import com.ibm.icu.util.Currency.CurrencyUsage;
|
|||
* @stable ICU 62
|
||||
* @see NumberFormatter
|
||||
*/
|
||||
public abstract class Precision implements Cloneable {
|
||||
public abstract class Precision {
|
||||
|
||||
/* package-private final */ MathContext mathContext;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue