< prev index next >

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

Print this page

        

@@ -27,11 +27,11 @@
 
 /**
  * Provides methods to convert between character positions and line numbers
  * for a compilation unit.
  *
- * @since 1.9
+ * @since 9
  */
 public interface LineMap {
     /**
      * Find the line containing a position; a line termination
      * character is on the line it terminates.
< prev index next >