2003-07-22 Scott Gilbertson <scottg@mantatest.com>
* gnu/awt/xlib/XGraphicsConfiguration.java (FontMetricsCache): Made static. From-SVN: r69685
This commit is contained in:
committed by
Scott Gilbertson
parent
f43e12ce85
commit
e81f8786c2
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user