Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b36fad8a authored by Neil Fuller's avatar Neil Fuller
Browse files

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 3ead539c, which
introduced Parameter, and commit
b4fcc613 which
introduced improvements to generics in the .txt file.

Test: make droid
Change-Id: If1c11e9303d17854ab1e5559c9a412cc6de54685
parent e43c1a3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52022,7 +52022,7 @@ package java.lang.reflect {
  }
  public final class Parameter implements java.lang.reflect.AnnotatedElement {
    method public T getAnnotation(java.lang.Class<T>);
    method public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public java.lang.reflect.Executable getDeclaringExecutable();
+1 −1
Original line number Diff line number Diff line
@@ -55379,7 +55379,7 @@ package java.lang.reflect {
  }
  public final class Parameter implements java.lang.reflect.AnnotatedElement {
    method public T getAnnotation(java.lang.Class<T>);
    method public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public java.lang.reflect.Executable getDeclaringExecutable();
+1 −1
Original line number Diff line number Diff line
@@ -52102,7 +52102,7 @@ package java.lang.reflect {
  }
  public final class Parameter implements java.lang.reflect.AnnotatedElement {
    method public T getAnnotation(java.lang.Class<T>);
    method public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    method public java.lang.annotation.Annotation[] getAnnotations();
    method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    method public java.lang.reflect.Executable getDeclaringExecutable();