Character.java, [...]: Reorder "final static" to "static final".
2004-11-24 Michael Koch <konqueror@gmx.de> * java/lang/Character.java, scripts/unicode-blocks.pl: Reorder "final static" to "static final". From-SVN: r91153
This commit is contained in:
parent
b1e6f04325
commit
58e594dca9
3 changed files with 95 additions and 90 deletions
|
@ -186,7 +186,7 @@ while (<BLOCKS>) {
|
|||
* $block.
|
||||
* $extra'\\u$start' - '\\u$end'.$since
|
||||
*/
|
||||
public final static UnicodeBlock $name
|
||||
public static final UnicodeBlock $name
|
||||
= new UnicodeBlock('\\u$start', '\\u$end',
|
||||
"$name");
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue