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

Commit cb514222 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Remove clone() and "implements Cloneable" from android.icu.number.Precision and ScientificNotation" am: 9357875f am: c988dff7 am: 0db27bec" into rvc-d1-dev-plus-aosp am: 3471175d

Change-Id: I6c3887b40256e8b296dff90d0c1130a487f846c0
parents 521fb436 3471175d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -20095,8 +20095,7 @@ package android.icu.number {
    method public T numberFormatterSecond(android.icu.number.UnlocalizedNumberFormatter);
  }
  public abstract class Precision implements java.lang.Cloneable {
    method public Object clone();
  public abstract class Precision {
    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.Precision fixedSignificantDigits(int);
@@ -20119,8 +20118,7 @@ package android.icu.number {
    method public static android.icu.number.Scale powerOfTen(int);
  }
  public class ScientificNotation extends android.icu.number.Notation implements java.lang.Cloneable {
    method public Object clone();
  public class ScientificNotation extends android.icu.number.Notation {
    method public android.icu.number.ScientificNotation withExponentSignDisplay(android.icu.number.NumberFormatter.SignDisplay);
    method public android.icu.number.ScientificNotation withMinExponentDigits(int);
  }