< prev index next >

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

Print this page

        

@@ -37,11 +37,11 @@
  *   <em>catches</em>
  *   finally
  *       <em>finallyBlock</em>
  * </pre>
  *
- * @since 1.9
+ * @since 9
  */
 public interface TryTree extends StatementTree {
     /**
      * Returns the 'try' block of this 'try' statement.
      *
< prev index next >