diff options
| author | 2016-02-12 15:41:31 +0000 | |
|---|---|---|
| committer | 2016-02-12 15:41:33 +0000 | |
| commit | 8bff8a4e47159385c0416a076cd8f98b72aa9cfb (patch) | |
| tree | 2a27036cf9e1ba982402a9dbbdf05a03c26e6354 | |
| parent | 19ff7804b394e80a6adf731e756c3d7c361cba42 (diff) | |
| parent | 36fb3a0e34e21cb8754627f7b4f31821c70b0ba0 (diff) | |
Merge "Track libcore change 9fbdd1b27de1a3d1005468108." into nyc-dev
| -rw-r--r-- | api/current.txt | 3 | ||||
| -rw-r--r-- | api/system-current.txt | 3 | ||||
| -rw-r--r-- | api/test-current.txt | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/api/current.txt b/api/current.txt index b2facd6f89a7..617aac02c35a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -51479,7 +51479,6 @@ package java.lang.reflect { method public static int getLength(java.lang.Object); method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; - method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException; method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; @@ -56669,13 +56668,11 @@ package java.text { method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale); method public java.lang.String getInternationalCurrencySymbol(); method public char getMinusSign(); - method public java.lang.String getMinusSignString(); method public char getMonetaryDecimalSeparator(); method public java.lang.String getNaN(); method public char getPatternSeparator(); method public char getPerMill(); method public char getPercent(); - method public java.lang.String getPercentString(); method public char getZeroDigit(); method public void setCurrency(java.util.Currency); method public void setCurrencySymbol(java.lang.String); diff --git a/api/system-current.txt b/api/system-current.txt index 9472d61811c1..ec422c026950 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -54568,7 +54568,6 @@ package java.lang.reflect { method public static int getLength(java.lang.Object); method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; - method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException; method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; @@ -59758,13 +59757,11 @@ package java.text { method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale); method public java.lang.String getInternationalCurrencySymbol(); method public char getMinusSign(); - method public java.lang.String getMinusSignString(); method public char getMonetaryDecimalSeparator(); method public java.lang.String getNaN(); method public char getPatternSeparator(); method public char getPerMill(); method public char getPercent(); - method public java.lang.String getPercentString(); method public char getZeroDigit(); method public void setCurrency(java.util.Currency); method public void setCurrencySymbol(java.lang.String); diff --git a/api/test-current.txt b/api/test-current.txt index 93ac2857cf75..d202108f5326 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -51496,7 +51496,6 @@ package java.lang.reflect { method public static int getLength(java.lang.Object); method public static long getLong(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; method public static short getShort(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; - method public static java.lang.Object newArray(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int) throws java.lang.NegativeArraySizeException; method public static java.lang.Object newInstance(java.lang.Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException; method public static void set(java.lang.Object, int, java.lang.Object) throws java.lang.ArrayIndexOutOfBoundsException, java.lang.IllegalArgumentException; @@ -56686,13 +56685,11 @@ package java.text { method public static final java.text.DecimalFormatSymbols getInstance(java.util.Locale); method public java.lang.String getInternationalCurrencySymbol(); method public char getMinusSign(); - method public java.lang.String getMinusSignString(); method public char getMonetaryDecimalSeparator(); method public java.lang.String getNaN(); method public char getPatternSeparator(); method public char getPerMill(); method public char getPercent(); - method public java.lang.String getPercentString(); method public char getZeroDigit(); method public void setCurrency(java.util.Currency); method public void setCurrencySymbol(java.lang.String); |