src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/LineMap.java

Print this page

        

@@ -29,11 +29,10 @@
  * Provides methods to convert between character positions and line numbers
  * for a compilation unit.
  *
  * @since 1.9
  */
-@jdk.Exported
 public interface LineMap {
     /**
      * Find the line containing a position; a line termination
      * character is on the line it terminates.
      *