langtools/src/jdk.compiler/share/classes/com/sun/source/tree/BlockTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
--- a/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/BlockTree.java	Thu Jan 07 15:13:50 2016 -0800
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/BlockTree.java	Fri Jan 08 11:47:12 2016 +0000
@@ -45,7 +45,6 @@
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface BlockTree extends StatementTree {
     /**
      * Returns true if and only if this is a static initializer block.