trial classloader

This commit is contained in:
Jesse McConnell 2011-10-28 11:15:02 -05:00
parent 148459bc8f
commit 062ccd7e70
1 changed files with 0 additions and 4 deletions

View File

@ -37,11 +37,7 @@ public class Slf4jLog implements Logger
}
catch (ClassNotFoundException ex)
{
<<<<<<< Updated upstream
ex.printStackTrace(System.err);
=======
ex.printStackTrace();
>>>>>>> Stashed changes
throw new NoClassDefFoundError("org.slf4j.impl.StaticLoggerBinder");
}