Browse Source

Removed tabs. Checkstyle now configured. Late nights.. and a new machine build.. :S

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654347 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Adrian Cumiskey 16 years ago
parent
commit
6a1cd530ec
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/java/org/apache/fop/fonts/FontCache.java

+ 2
- 2
src/java/org/apache/fop/fonts/FontCache.java View File

@@ -152,9 +152,9 @@ public final class FontCache implements Serializable {
log.warn("I/O exception while reading font cache (" + ioe.getMessage()
+ "). Discarding font cache file.");
try {
cacheFile.delete();
cacheFile.delete();
} catch (SecurityException ex) {
log.warn("Failed to delete font cache file: " + cacheFile.getAbsolutePath());
log.warn("Failed to delete font cache file: " + cacheFile.getAbsolutePath());
}
}
}

Loading…
Cancel
Save