langtools/src/jdk.compiler/share/classes/com/sun/source/tree/ExportsTree.java
changeset 42407 f3702cff2933
parent 36526 3b41f1c69604
--- a/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/ExportsTree.java	Wed Nov 23 16:16:36 2016 +0000
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/ExportsTree.java	Thu Dec 01 09:02:42 2016 +0000
@@ -39,11 +39,12 @@
  * @since 9
  */
 public interface ExportsTree extends DirectiveTree {
+
     /**
      * Returns the name of the package to be exported.
      * @return  the name of the package to be exported
      */
-    ExpressionTree getExportName();
+    ExpressionTree getPackageName();
 
     /**
      * Returns the names of the modules to which the package is exported,