Indented file.
This commit is contained in:
parent
3cbfdd545b
commit
b695464c2c
1 changed files with 65 additions and 65 deletions
|
@ -30,7 +30,7 @@ import fr.devinsy.util.FileIterator;
|
|||
*/
|
||||
public class FileIteratorSandbox
|
||||
{
|
||||
static private final Logger logger;
|
||||
private static final Logger logger;
|
||||
|
||||
static
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ public class FileIteratorSandbox
|
|||
org.apache.log4j.BasicConfigurator.configure();
|
||||
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.DEBUG);
|
||||
|
||||
logger = LoggerFactory.getLogger(CmdExecSandbox.class);
|
||||
logger = LoggerFactory.getLogger(FileIteratorSandbox.class);
|
||||
|
||||
//
|
||||
org.apache.log4j.Logger defaultLogger = org.apache.log4j.Logger.getRootLogger();
|
||||
|
|
Loading…
Reference in a new issue