Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/eventbus/Documentation_OpenNewWindowProcess.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;
2 3
3 4 import java.util.*;
  @@ -29,7 +30,7 @@
29 30 // create a new clientIdNumber for the new window
30 31
31 32 // creates a new Temporary ServerEventBus with the new window's clientIdNumber and
32 - // pInitialEventForNewWindow and all the current ServerEventBus' Broser Data
33 + // pInitialEventForNewWindow and all the current ServerEventBus' Broser Data
33 34
34 35 pEventBus.publish( new OpenNewClientEventPackage( "Server", zNewEncodedClientId ) );
35 36 }