mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr
This commit is contained in:
parent
298315e8f8
commit
9d07dc02e1
124 changed files with 297 additions and 297 deletions
|
@ -326,7 +326,7 @@ public interface IntStream extends BaseStream<Integer, IntStream> {
|
|||
* predicate to apply to elements to determine the longest
|
||||
* prefix of elements.
|
||||
* @return the new stream
|
||||
* @since 1.9
|
||||
* @since 9
|
||||
*/
|
||||
default IntStream takeWhile(IntPredicate predicate) {
|
||||
Objects.requireNonNull(predicate);
|
||||
|
@ -392,7 +392,7 @@ public interface IntStream extends BaseStream<Integer, IntStream> {
|
|||
* predicate to apply to elements to determine the longest
|
||||
* prefix of elements.
|
||||
* @return the new stream
|
||||
* @since 1.9
|
||||
* @since 9
|
||||
*/
|
||||
default IntStream dropWhile(IntPredicate predicate) {
|
||||
Objects.requireNonNull(predicate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue