diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-07 23:29:04 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-07 23:29:04 +0000 |
commit | 644183c1cfd7e6d3501a010a63b9172c70a1dffc (patch) | |
tree | f9b1d44ec9b3ebc67ead979e999587784206d7ef /src/java/org/apache | |
parent | 860e8234581a041579834fae8da11248a12dedc4 (diff) | |
download | xmlgraphics-fop-644183c1cfd7e6d3501a010a63b9172c70a1dffc.tar.gz xmlgraphics-fop-644183c1cfd7e6d3501a010a63b9172c70a1dffc.zip |
Whoops.. small checkstyle nit :)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fonts/FontCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } } |