8340082: Use inline return tag in java.base

Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
This commit is contained in:
Joe Darcy 2024-09-13 16:49:28 +00:00
parent 1a0a53883f
commit 89c172ac47
21 changed files with 32 additions and 59 deletions

View file

@ -297,8 +297,7 @@ public class AtomicReferenceArray<E> implements java.io.Serializable {
}
/**
* Returns the String representation of the current values of array.
* @return the String representation of the current values of array
* {@return the String representation of the current values of array}
*/
public String toString() {
int iMax = array.length - 1;