langtools/src/jdk.compiler/share/classes/com/sun/source/tree/UnaryTree.java
changeset 34916 16043fc1d90b
parent 25874 83c19f00452c
--- a/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/UnaryTree.java	Thu Jan 07 15:13:50 2016 -0800
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/UnaryTree.java	Fri Jan 08 11:47:12 2016 +0000
@@ -42,7 +42,6 @@
  * @author Jonathan Gibbons
  * @since 1.6
  */
-@jdk.Exported
 public interface UnaryTree extends ExpressionTree {
     /**
      * Returns the expression that is the operand of the unary operator.