mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8302360: Atomic*.compareAndExchange Javadoc unclear
Reviewed-by: martin, dholmes
This commit is contained in:
parent
8b740b4609
commit
d06308c54a
8 changed files with 33 additions and 33 deletions
|
@ -465,7 +465,7 @@ public class AtomicInteger extends Number implements java.io.Serializable {
|
|||
*
|
||||
* @param expectedValue the expected value
|
||||
* @param newValue the new value
|
||||
* @return the witness value, which will be the same as the
|
||||
* @return the <em>witness value</em>, which will be the same as the
|
||||
* expected value if successful
|
||||
* @since 9
|
||||
*/
|
||||
|
@ -481,7 +481,7 @@ public class AtomicInteger extends Number implements java.io.Serializable {
|
|||
*
|
||||
* @param expectedValue the expected value
|
||||
* @param newValue the new value
|
||||
* @return the witness value, which will be the same as the
|
||||
* @return the <em>witness value</em>, which will be the same as the
|
||||
* expected value if successful
|
||||
* @since 9
|
||||
*/
|
||||
|
@ -497,7 +497,7 @@ public class AtomicInteger extends Number implements java.io.Serializable {
|
|||
*
|
||||
* @param expectedValue the expected value
|
||||
* @param newValue the new value
|
||||
* @return the witness value, which will be the same as the
|
||||
* @return the <em>witness value</em>, which will be the same as the
|
||||
* expected value if successful
|
||||
* @since 9
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue