< prev index next >

jdk/src/java.base/share/classes/java/util/stream/WhileOps.java

Print this page

        

@@ -41,11 +41,11 @@
 
 /**
  * Factory for instances of a takeWhile and dropWhile operations
  * that produce subsequences of their input stream.
  *
- * @since 1.9
+ * @since 9
  */
 final class WhileOps {
 
     static final int TAKE_FLAGS = StreamOpFlag.NOT_SIZED | StreamOpFlag.IS_SHORT_CIRCUIT;
 
< prev index next >