For PR libgcj/7292:
2002-07-12 Jesse Rosenstock <jmr@fulcrummicro.com> For PR libgcj/7292: * java/lang/Character.java (toString(char)): Now static. From-SVN: r55427
This commit is contained in:
parent
f7a454e943
commit
a5774acd55
2 changed files with 6 additions and 1 deletions
|
@ -1488,7 +1488,7 @@ public final class Character implements Serializable, Comparable
|
|||
* @return a String containing the character
|
||||
* @since 1.4
|
||||
*/
|
||||
public String toString(char ch)
|
||||
public static String toString(char ch)
|
||||
{
|
||||
// This assumes that String.valueOf(char) can create a single-character
|
||||
// String more efficiently than through the public API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue