Merge "Fix build."

This commit is contained in:
Brian Carlstrom
2011-06-22 14:45:10 -07:00
committed by Android (Google) Code Review

View File

@@ -190,7 +190,6 @@ public class ICU_Delegate {
// Used by DecimalFormatSymbols.
result.zeroDigit = '0';
result.digit = '0';
result.decimalSeparator = '.';
result.groupingSeparator = ',';
result.patternSeparator = ' ';