diff options
| author | 2017-03-23 16:43:39 +0000 | |
|---|---|---|
| committer | 2017-03-23 16:43:39 +0000 | |
| commit | 20c4b6eaea0f8727fa7994bae9775ce71ebe4aaf (patch) | |
| tree | f2da81ab072bbd8b1ce9e90a4384003127746347 | |
| parent | 0466e4a83735884756b6af147d34f6147add7d9a (diff) | |
| parent | 3dcac86f4c0f8896179db20f34ed0cbe7c7e5368 (diff) | |
Merge "Track libcore commit a2d9879b" am: 4aa106a790 am: b89ec268ab
am: 3dcac86f4c
Change-Id: Iefcd20cd6d268006357aea346fbfd683865f3955
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | api/test-current.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 76c9e303125e..e341739ab6ef 100644 --- a/api/current.txt +++ b/api/current.txt @@ -55439,6 +55439,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/system-current.txt b/api/system-current.txt index 9480a63dcfa1..2cc0186e2e32 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -59261,6 +59261,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { diff --git a/api/test-current.txt b/api/test-current.txt index bcf23932d847..8aa352de7804 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -55826,6 +55826,7 @@ package java.lang.reflect { public class GenericSignatureFormatError extends java.lang.ClassFormatError { ctor public GenericSignatureFormatError(); + ctor public GenericSignatureFormatError(java.lang.String); } public abstract interface InvocationHandler { |