Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/EventBus.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.eventbus.client;
2 3
3 4 import org.litesoft.GWT.eventbus.client.nonpublic.*;
  @@ -26,7 +27,7 @@
26 27 */
27 28 protected Logger mLogger = Logger.disabled();
28 29
29 - protected EventBus( String pForm, int pClientIdNumber, //
30 + protected EventBus( String pForm, int pClientIdNumber, //
30 31 TimedRunner pTimedRunner, UnexpectedEventPackageHandler pUnexpectedHandler )
31 32 {
32 33 mForm = UtilsCommon.assertNotNullNotEmpty( "Form", pForm );