< prev index next >

src/java.desktop/unix/classes/sun/awt/X11FontManager.java

Print this page

        

@@ -401,11 +401,11 @@
                              if ((xVal == null || !xVal.contains(fontPart)) &&
                                  (sVal == null) || !sVal.startsWith("/")) {
                                  if (FontUtilities.debugFonts()) {
                                      FontUtilities.getLogger()
                                            .info("Map fontID:"+fontID +
-                                                 "to file:" + fullPath);
+                                                 " to file:" + fullPath);
                                  }
                                  fontNameMap.put(fontID, fullPath);
                                  if (xVal == null) {
                                      xVal = new Vector<>();
                                      xlfdMap.put (fullPath, xVal);
< prev index next >