Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/LoggingUnexpectedExceptionHandler.java

Diff revisions: vs.
  @@ -5,8 +5,7 @@
5 5
6 6 public class LoggingUnexpectedExceptionHandler extends AbstractUnexpectedExceptionHandler
7 7 {
8 - public static final UnexpectedExceptionHandler INSTANCE = new LoggingUnexpectedExceptionHandler(
9 - new BridgeUnexpectedExceptionHandler( new LLLoggingUnexpectedExceptionHandler() ) );
8 + public static final UnexpectedExceptionHandler INSTANCE = new LoggingUnexpectedExceptionHandler( new BridgeUnexpectedExceptionHandler( new LLLoggingUnexpectedExceptionHandler() ) );
10 9
11 10 private LoggingUnexpectedExceptionHandler( BridgeUnexpectedExceptionHandler pHandler )
12 11 {