Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/eventbus/client/nonpublic/AuthenticationEventPackage.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.client.nonpublic;
3 -
4 - public abstract class AuthenticationEventPackage extends AbstractEventPackage implements AlwaysSendToPeer {
5 - /**
6 - * @deprecated GWT ONLY
7 - */
8 - public AuthenticationEventPackage() {
9 - }
10 -
11 - protected AuthenticationEventPackage( String pSourceName, String pTargetName, String pType ) {
12 - super( pSourceName, pTargetName, pType );
13 - }
14 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.client.nonpublic;
3 +
4 + public abstract class AuthenticationEventPackage extends AbstractEventPackage implements AlwaysSendToPeer {
5 + /**
6 + * @deprecated GWT ONLY
7 + */
8 + public AuthenticationEventPackage() {
9 + }
10 +
11 + protected AuthenticationEventPackage( String pSourceName, String pTargetName, String pType ) {
12 + super( pSourceName, pTargetName, pType );
13 + }
14 + }