From b36fad8a5f7c29dd6ed56c3bb67d81e96ec6ec20 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 28 Sep 2016 16:51:03 +0100 Subject: [PATCH] Rerun of update-api with no changes Picks up a small change to Parameter. Looks like it was caused by a mid-air collision between commit 3ead539c0129e6dd82df301e2652f1c0524a3b82, which introduced Parameter, and commit b4fcc6136e25d46af460d4cb99b8f5f279bfb5db which introduced improvements to generics in the .txt file. Test: make droid Change-Id: If1c11e9303d17854ab1e5559c9a412cc6de54685 --- api/current.txt | 2 +- api/system-current.txt | 2 +- api/test-current.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/current.txt b/api/current.txt index fc08523afff7a..125e11311b203 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 497bf586fef9d..6dc2bcf5d9e1d 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 16feecd7de1ad..941790e11c01e 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();