jdk/src/share/classes/sun/font/GlyphList.java
changeset 26004 7507a1b93f67
parent 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/font/GlyphList.java	Wed Jul 23 16:19:26 2014 +0400
+++ b/jdk/src/share/classes/sun/font/GlyphList.java	Thu Jul 24 17:36:56 2014 +0400
@@ -262,7 +262,7 @@
         return mapChars(info, len);
     }
 
-    private final boolean mapChars(FontInfo info, int len) {
+    private boolean mapChars(FontInfo info, int len) {
         /* REMIND.Is it worthwhile for the iteration to convert
          * chars to glyph ids to directly map to images?
          */