mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8211300: Convert C-style array declarations in JDK client code
Reviewed-by: prr, serb
This commit is contained in:
parent
c33f1a61de
commit
fc807d0914
339 changed files with 1645 additions and 1645 deletions
|
@ -145,7 +145,7 @@ public abstract class SunFontManager implements FontSupport, FontManagerForSGE {
|
|||
*/
|
||||
// MACOSX begin -- need to access these in subclass
|
||||
protected static final int CHANNELPOOLSIZE = 20;
|
||||
protected FileFont fontFileCache[] = new FileFont[CHANNELPOOLSIZE];
|
||||
protected FileFont[] fontFileCache = new FileFont[CHANNELPOOLSIZE];
|
||||
// MACOSX end
|
||||
private int lastPoolIndex = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue