diff --git a/api/current.txt b/api/current.txt index 8a94f086585a3..3138a1a0b3215 100644 --- a/api/current.txt +++ b/api/current.txt @@ -52022,7 +52022,7 @@ package java.lang.reflect { } public final class Parameter implements java.lang.reflect.AnnotatedElement { - method public T getAnnotation(java.lang.Class); + method public T getAnnotation(java.lang.Class); method public java.lang.annotation.Annotation[] getAnnotations(); method public java.lang.annotation.Annotation[] getDeclaredAnnotations(); method public java.lang.reflect.Executable getDeclaringExecutable(); diff --git a/api/system-current.txt b/api/system-current.txt index 3302cb615e97d..5235e890b8130 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55379,7 +55379,7 @@ package java.lang.reflect { } public final class Parameter implements java.lang.reflect.AnnotatedElement { - method public T getAnnotation(java.lang.Class); + method public T getAnnotation(java.lang.Class); method public java.lang.annotation.Annotation[] getAnnotations(); method public java.lang.annotation.Annotation[] getDeclaredAnnotations(); method public java.lang.reflect.Executable getDeclaringExecutable(); diff --git a/api/test-current.txt b/api/test-current.txt index c92dea7e1ae7b..9f81a8538c220 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -52102,7 +52102,7 @@ package java.lang.reflect { } public final class Parameter implements java.lang.reflect.AnnotatedElement { - method public T getAnnotation(java.lang.Class); + method public T getAnnotation(java.lang.Class); method public java.lang.annotation.Annotation[] getAnnotations(); method public java.lang.annotation.Annotation[] getDeclaredAnnotations(); method public java.lang.reflect.Executable getDeclaringExecutable();