Subversion Repository Public Repository

litesoft

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

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