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

Commit b913af54 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Track change to private libcore data structure.

Bug: 15476051

(cherry picked from commit d47acaee)

Change-Id: Iac79ce3602282a2780dd895995f42ab03f346ad4
parent 6b7515dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ public class ICU_Delegate {
        result.decimalSeparator = '.';
        result.groupingSeparator = ',';
        result.patternSeparator = ' ';
        result.percent = '%';
        result.percent = "%";
        result.perMill = '\u2030';
        result.monetarySeparator = ' ';
        result.minusSign = "-";