Hi Paul, 2009/1/15, [email protected] <[email protected]>: > Author: lindner > Date: Thu Jan 15 05:29:29 2009 > New Revision: 734699
[SNIP] > - LOG.finest(file.getAbsolutePath() + " doesn't seem to be a JS > or JSON file."); > + if (LOG.isLoggable(Level.FINEST)) > LOG.finest(file.getAbsolutePath() + " doesn't seem to be a JS or JSON file."); Find and replace doesn't apply our code style :) Cheers, Vincent

