]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Easy way to force the discarding of the user's font cache file (especially after...
authorJeremias Maerki <jeremias@apache.org>
Wed, 13 Feb 2008 15:57:01 +0000 (15:57 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 13 Feb 2008 15:57:01 +0000 (15:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@627497 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fonts/FontCache.java

index efd7ea603866817e3df42b2aed617209c88af8b7..13afa5a65dd50690f650c38ba16e41223de20297 100644 (file)
@@ -31,6 +31,7 @@ import java.util.Map;
 import org.apache.commons.io.IOUtils;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+
 import org.apache.fop.apps.FOPException;
 import org.apache.fop.util.LogUtil;
 
@@ -39,8 +40,11 @@ import org.apache.fop.util.LogUtil;
  */
 public final class FontCache implements Serializable {
     
-    /** Serialization Version UID */
-    private static final long serialVersionUID = 605232520271754717L;
+    /**
+     * Serialization Version UID. Change this value if you want to make sure the user's cache
+     * file is purged after an update.
+     */
+    private static final long serialVersionUID = 605232520271754718L;
 
     /** logging instance */
     private static Log log = LogFactory.getLog(FontCache.class);