comparison flys-client/src/main/java/de/intevation/flys/client/client/services/RemoteServiceServlet.java @ 3540:98fac4872ae6

Add missing imports and fix package declaration of RemoteServiceServlet flys-client/trunk@5353 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Tue, 04 Sep 2012 10:42:40 +0000
parents 1c9bfdbfb265
children
comparison
equal deleted inserted replaced
3539:091397efaca5 3540:98fac4872ae6
1 package de.intevation.flys.client.server; 1 package de.intevation.flys.client.client.services;
2
3 import de.intevation.flys.client.server.auth.User;
2 4
3 import javax.servlet.http.HttpSession; 5 import javax.servlet.http.HttpSession;
4
5 import de.intevation.flys.client.server.auth.User;
6 6
7 public class RemoteServiceServlet 7 public class RemoteServiceServlet
8 extends com.google.gwt.user.server.rpc.RemoteServiceServlet 8 extends com.google.gwt.user.server.rpc.RemoteServiceServlet
9 { 9 {
10 /** 10 /**

http://dive4elements.wald.intevation.org