mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8340082: Use inline return tag in java.base
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
This commit is contained in:
parent
1a0a53883f
commit
89c172ac47
21 changed files with 32 additions and 59 deletions
|
@ -340,8 +340,7 @@ public class AtomicInteger extends Number implements java.io.Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the String representation of the current value.
|
||||
* @return the String representation of the current value
|
||||
* {@return the String representation of the current value}
|
||||
*/
|
||||
public String toString() {
|
||||
return Integer.toString(get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue