< prev index next >

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

Print this page

        

@@ -32,11 +32,11 @@
  * <pre>
  *   catch ( <em>parameter</em> )
  *       <em>block</em>
  * </pre>
  *
- * @since 1.9
+ * @since 9
  */
 @jdk.Exported
 public interface CatchTree extends Tree {
     /**
      * Returns the catch parameter identifier of the exception caught.
< prev index next >