mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
Reviewed-by: lancea, prappo, naoto
This commit is contained in:
parent
2760497b01
commit
42726a87e9
9 changed files with 588 additions and 587 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -176,7 +176,7 @@
|
|||
* do:
|
||||
*
|
||||
* <pre>{@code
|
||||
* int sumOfWeights = widgets.}<code><b>parallelStream()</b></code>{@code
|
||||
* int sumOfWeights = widgets.<b>parallelStream()</b>
|
||||
* .filter(b -> b.getColor() == RED)
|
||||
* .mapToInt(b -> b.getWeight())
|
||||
* .sum();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue