mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8269665: Clean-up toString() methods of some primitive wrappers
Reviewed-by: redestad
This commit is contained in:
parent
7cc1eb3e57
commit
72145f3b94
4 changed files with 13 additions and 9 deletions
|
@ -8657,6 +8657,7 @@ class Character implements java.io.Serializable, Comparable<Character>, Constabl
|
|||
*
|
||||
* @return a string representation of this object.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.valueOf(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue