ICU-20806 Removing 'implements Cloneable' from Precision.java

This commit is contained in:
Shane F. Carr 2020-04-01 13:26:53 -05:00
parent c1aa8b9a75
commit 3d82f4740e

View file

@ -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;