trial classloader
This commit is contained in:
parent
148459bc8f
commit
062ccd7e70
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue