/[projects]/android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java

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

revision 1106 by torben, Mon Sep 20 20:11:55 2010 UTC revision 1107 by torben, Wed Sep 22 22:56:14 2010 UTC
# Line 73  public class TestServlet extends HttpSer Line 73  public class TestServlet extends HttpSer
73          }          }
74    
75          protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {          protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
76                                                    
                 if (true) {  
                           
                         return;  
                 }  
77                                    
78                  String test = request.getParameter("test");                  String test = request.getParameter("test");
79                  String strCount = request.getParameter("count");                  String strCount = request.getParameter("count");

Legend:
Removed from v.1106  
changed lines
  Added in v.1107

  ViewVC Help
Powered by ViewVC 1.1.20