Commit e81f8786 by Scott Gilbertson Committed by Scott Gilbertson

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

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

From-SVN: r69685
parent f43e12ce
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
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment