vhardy 02/02/21 02:06:47 Modified: sources/org/apache/batik/bridge BridgeContext.java Log: Fixed erroneous static modifier from cut and paste Revision Changes Path 1.36 +2 -2 xml-batik/sources/org/apache/batik/bridge/BridgeContext.java Index: BridgeContext.java =================================================================== RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/BridgeContext.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- BridgeContext.java 19 Feb 2002 18:30:53 -0000 1.35 +++ BridgeContext.java 21 Feb 2002 10:06:47 -0000 1.36 @@ -47,7 +47,7 @@ * a SVG DOM tree such as the current viewport or the user agent. * * @author <a href="mailto:[EMAIL PROTECTED]">Thierry Kormann</a> - * @version $Id: BridgeContext.java,v 1.35 2002/02/19 18:30:53 vhardy Exp $ + * @version $Id: BridgeContext.java,v 1.36 2002/02/21 10:06:47 vhardy Exp $ */ public class BridgeContext implements ErrorConstants { @@ -73,7 +73,7 @@ * to reduce the number of instances of GVTFontFamilies and to * hopefully reduce the time taken to search for a matching SVG font. */ - private static HashMap fontFamilyMap; + private HashMap fontFamilyMap; /** * The viewports.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]