OSDN Git Service

2003-07-22 Scott Gilbertson <scottg@mantatest.com>
authorsgilbertson <sgilbertson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jul 2003 19:44:10 +0000 (19:44 +0000)
committersgilbertson <sgilbertson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jul 2003 19:44:10 +0000 (19:44 +0000)
* gnu/awt/xlib/XGraphicsConfiguration.java
(FontMetricsCache): Made static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69685 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/gnu/awt/xlib/XGraphicsConfiguration.java

index 66e3f66..451d6a1 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-22  Scott Gilbertson  <scottg@mantatest.com>
+
+       * gnu/awt/xlib/XGraphicsConfiguration.java
+       (FontMetricsCache): Made static.
 2003-07-22  Tom Tromey  <tromey@redhat.com>
 
        * java/net/URLEncoder.java (encode(String)): Use platform default
index d867bee..bdbf3e1 100644 (file)
@@ -51,7 +51,7 @@ public class XGraphicsConfiguration extends GraphicsConfiguration
    * XXX: lruOrder rolls over after a few billion operations, so it might
    * on very rare occasions misinterpret which is the oldest entry
    */
-  class FontMetricsCache
+  static class FontMetricsCache
   {
     private java.util.Hashtable displays = new java.util.Hashtable ();