blob: a10ff94884f916b6a93892c11c8c910a811e8666 [file] [log] [blame]
// Copyright 2006 Google Inc. All Rights Reserved.
package test;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.Window;
public class ServletMappingTestApp implements EntryPoint {
public void onModuleLoad() {
Window.alert("ServletMappingTest onModuleLoad()");
}
}