7044394: TrueTypeFont inner class DirectoryEntry should be static

Reviewed-by: bae, jgodinez
This commit is contained in:
Phil Race 2011-05-25 19:53:08 -07:00
parent 24b47ab2e8
commit 6b60f787a4

View File

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