From: Adrian Cumiskey Date: Wed, 7 May 2008 23:29:04 +0000 (+0000) Subject: Whoops.. small checkstyle nit :) X-Git-Tag: fop-1_0~652 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=644183c1cfd7e6d3501a010a63b9172c70a1dffc;p=xmlgraphics-fop.git Whoops.. small checkstyle nit :) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654323 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fonts/FontCache.java b/src/java/org/apache/fop/fonts/FontCache.java index 213f5cdee..3cddb8234 100644 --- a/src/java/org/apache/fop/fonts/FontCache.java +++ b/src/java/org/apache/fop/fonts/FontCache.java @@ -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()); } }