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:
Michael Koch 2004-11-24 13:33:01 +00:00 committed by Michael Koch
parent b1e6f04325
commit 58e594dca9
3 changed files with 95 additions and 90 deletions

View file

@ -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