changeset 23389:f9aa6a496c06

make Stable package-private
author Doug Simon <doug.simon@oracle.com>
date Wed, 11 May 2016 21:20:50 +0200
parents c8cdf8d81475
children 19855d029fc0
files jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/Stable.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/Stable.java	Tue May 10 17:00:50 2016 +0200
+++ b/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/Stable.java	Wed May 11 21:20:50 2016 +0200
@@ -34,5 +34,5 @@
  */
 @Target(ElementType.FIELD)
 @Retention(RetentionPolicy.RUNTIME)
-public @interface Stable {
+@interface Stable {
 }