< prev index next >

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

Print this page

        

@@ -32,11 +32,11 @@
  * <pre>
  *   continue;
  *   continue <em>label</em> ;
  * </pre>
  *
- * @since 1.9
+ * @since 9
  */
 public interface ContinueTree extends GotoTree {
     /**
      * Label associated with this continue statement. This is null
      * if there is no label associated with this continue statement.
< prev index next >