/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/LoadStations.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/LoadStations.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 957 by torben, Thu Oct 8 20:46:40 2009 UTC revision 958 by torben, Mon Jul 5 09:48:06 2010 UTC
# Line 8  import java.sql.ResultSet; Line 8  import java.sql.ResultSet;
8  import java.sql.SQLException;  import java.sql.SQLException;
9    
10  import javax.servlet.ServletException;  import javax.servlet.ServletException;
11    import javax.servlet.annotation.WebServlet;
12  import javax.servlet.http.HttpServlet;  import javax.servlet.http.HttpServlet;
13  import javax.servlet.http.HttpServletRequest;  import javax.servlet.http.HttpServletRequest;
14  import javax.servlet.http.HttpServletResponse;  import javax.servlet.http.HttpServletResponse;
15    
16    @Deprecated
17    @WebServlet(urlPatterns={"/LoadStations"})
18    
19  public class LoadStations extends HttpServlet {  public class LoadStations extends HttpServlet {
20          private static final long serialVersionUID = 1L;          private static final long serialVersionUID = 1L;

Legend:
Removed from v.957  
changed lines
  Added in v.958

  ViewVC Help
Powered by ViewVC 1.1.20