summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
-rw-r--r--api/test-current.txt1
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 {