2003-07-22 Scott Gilbertson <scottg@mantatest.com>

* gnu/awt/xlib/XGraphicsConfiguration.java
	(FontMetricsCache): Made static.

From-SVN: r69685
This commit is contained in:
Scott Gilbertson 2003-07-22 19:44:10 +00:00 committed by Scott Gilbertson
parent f43e12ce85
commit e81f8786c2
2 changed files with 6 additions and 1 deletions

View 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

View 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 ();