Author: acumiskey
Date: Wed May  7 17:33:21 2008
New Revision: 654347

URL: http://svn.apache.org/viewvc?rev=654347&view=rev
Log:
Removed tabs.  Checkstyle now configured.  Late nights..  and a new machine 
build.. :S

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontCache.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontCache.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontCache.java?rev=654347&r1=654346&r2=654347&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontCache.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/FontCache.java Wed May  
7 17:33:21 2008
@@ -152,9 +152,9 @@
                 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());
                 }
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to