Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/Upload/src/org/litesoft/sandbox/csapp/client/CSappService.java

Diff revisions: vs.
  @@ -4,12 +4,10 @@
4 4 import com.google.gwt.user.client.rpc.*;
5 5
6 6 @RemoteServiceRelativePath("CSappService")
7 - public interface CSappService extends RemoteService
8 - {
7 + public interface CSappService extends RemoteService {
9 8 String getMessage( String msg );
10 9
11 - public interface Async
12 - {
10 + public interface Async {
13 11 final CSappServiceAsync INSTANCE = GWT.create( CSappService.class );
14 12 }
15 13 }