]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Whoops.. small checkstyle nit :)
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 7 May 2008 23:29:04 +0000 (23:29 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 7 May 2008 23:29:04 +0000 (23:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654323 13f79535-47bb-0310-9956-ffa450edef68

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

index 213f5cdee931b73f10c412382470ab3b3c72cd1c..3cddb8234beb703562603a4d1c47ac1bd2d9deff 100644 (file)
@@ -153,7 +153,7 @@ public final class FontCache implements Serializable {
                         + "). Discarding font cache file.");
                 try {
                        cacheFile.delete();
-                } catch(SecurityException ex) {
+                } catch (SecurityException ex) {
                     log.warn("Failed to delete font cache file: " + cacheFile.getAbsolutePath());                      
                 }
             }