From c98d6a4c19ab9d5620c05b0f5ccb3b91a9eaba15 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Mon, 18 Jan 2016 16:34:04 -0800 Subject: [PATCH] Unhide @Repeatable Bug: 26623636 Change-Id: Ib13a06e8997a06205a59889feded49d5d1725773 --- api/current.txt | 3 +++ api/system-current.txt | 3 +++ api/test-current.txt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/api/current.txt b/api/current.txt index f92518f88be99..9f2c7869bfb9e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -50458,6 +50458,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Repeatable implements java.lang.annotation.Annotation { + } + public abstract class Retention implements java.lang.annotation.Annotation { } diff --git a/api/system-current.txt b/api/system-current.txt index 6bba573f67873..9ef773ce08dde 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -53167,6 +53167,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Repeatable implements java.lang.annotation.Annotation { + } + public abstract class Retention implements java.lang.annotation.Annotation { } diff --git a/api/test-current.txt b/api/test-current.txt index 66c856f08b7ae..d29c6bd72c42a 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -50474,6 +50474,9 @@ package java.lang.annotation { public abstract class Inherited implements java.lang.annotation.Annotation { } + public abstract class Repeatable implements java.lang.annotation.Annotation { + } + public abstract class Retention implements java.lang.annotation.Annotation { }