Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d7c7897 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove clone() and "implements Cloneable" from...

Merge "Remove clone() and "implements Cloneable" from android.icu.number.Precision and ScientificNotation" into rvc-dev am: b6c13dbf am: 543bbd46 am: db7c82b9

Change-Id: Iae09ef540d5f0b9d2e182216f01068ce74b3ab65
parents de0f2a20 db7c82b9
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -20098,8 +20098,7 @@ package android.icu.number {
    method public T numberFormatterSecond(android.icu.number.UnlocalizedNumberFormatter);
    method public T numberFormatterSecond(android.icu.number.UnlocalizedNumberFormatter);
  }
  }
  public abstract class Precision implements java.lang.Cloneable {
  public abstract class Precision {
    method public Object clone();
    method public static android.icu.number.CurrencyPrecision currency(android.icu.util.Currency.CurrencyUsage);
    method public static android.icu.number.CurrencyPrecision currency(android.icu.util.Currency.CurrencyUsage);
    method public static android.icu.number.FractionPrecision fixedFraction(int);
    method public static android.icu.number.FractionPrecision fixedFraction(int);
    method public static android.icu.number.Precision fixedSignificantDigits(int);
    method public static android.icu.number.Precision fixedSignificantDigits(int);
@@ -20122,8 +20121,7 @@ package android.icu.number {
    method public static android.icu.number.Scale powerOfTen(int);
    method public static android.icu.number.Scale powerOfTen(int);
  }
  }
  public class ScientificNotation extends android.icu.number.Notation implements java.lang.Cloneable {
  public class ScientificNotation extends android.icu.number.Notation {
    method public Object clone();
    method public android.icu.number.ScientificNotation withExponentSignDisplay(android.icu.number.NumberFormatter.SignDisplay);
    method public android.icu.number.ScientificNotation withExponentSignDisplay(android.icu.number.NumberFormatter.SignDisplay);
    method public android.icu.number.ScientificNotation withMinExponentDigits(int);
    method public android.icu.number.ScientificNotation withMinExponentDigits(int);
  }
  }