8302360: Atomic*.compareAndExchange Javadoc unclear

Reviewed-by: martin, dholmes
This commit is contained in:
Viktor Klang 2023-03-10 00:31:04 +00:00 committed by Martin Buchholz
parent 8b740b4609
commit d06308c54a
8 changed files with 33 additions and 33 deletions

View file

@ -434,7 +434,7 @@ public class AtomicReferenceArray<E> implements java.io.Serializable {
* @param i the index
* @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
*/
@ -452,7 +452,7 @@ public class AtomicReferenceArray<E> implements java.io.Serializable {
* @param i the index
* @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
*/
@ -470,7 +470,7 @@ public class AtomicReferenceArray<E> implements java.io.Serializable {
* @param i the index
* @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
*/