7044394: TrueTypeFont inner class DirectoryEntry should be static
Reviewed-by: bae, jgodinez
This commit is contained in:
parent
24b47ab2e8
commit
6b60f787a4
@ -106,7 +106,7 @@ public class TrueTypeFont extends FileFont {
|
||||
|
||||
private static Map<String, Short> lcidMap;
|
||||
|
||||
class DirectoryEntry {
|
||||
static class DirectoryEntry {
|
||||
int tag;
|
||||
int offset;
|
||||
int length;
|
||||
|
Loading…
Reference in New Issue
Block a user