Merge "Track libcore commit a2d9879b"
This commit is contained in:
@ -53156,6 +53156,7 @@ package java.lang.reflect {
|
|||||||
|
|
||||||
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
||||||
ctor public GenericSignatureFormatError();
|
ctor public GenericSignatureFormatError();
|
||||||
|
ctor public GenericSignatureFormatError(java.lang.String);
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract interface InvocationHandler {
|
public abstract interface InvocationHandler {
|
||||||
|
@ -56786,6 +56786,7 @@ package java.lang.reflect {
|
|||||||
|
|
||||||
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
||||||
ctor public GenericSignatureFormatError();
|
ctor public GenericSignatureFormatError();
|
||||||
|
ctor public GenericSignatureFormatError(java.lang.String);
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract interface InvocationHandler {
|
public abstract interface InvocationHandler {
|
||||||
|
@ -53247,6 +53247,7 @@ package java.lang.reflect {
|
|||||||
|
|
||||||
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
public class GenericSignatureFormatError extends java.lang.ClassFormatError {
|
||||||
ctor public GenericSignatureFormatError();
|
ctor public GenericSignatureFormatError();
|
||||||
|
ctor public GenericSignatureFormatError(java.lang.String);
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract interface InvocationHandler {
|
public abstract interface InvocationHandler {
|
||||||
|
Reference in New Issue
Block a user