Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/AlertUnexpectedExceptionHandler.java

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