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

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java

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

revision 861 by torben, Wed Jun 16 09:58:15 2010 UTC revision 862 by torben, Wed Jun 16 10:03:13 2010 UTC
# Line 105  public class DepartureServlet extends Ht Line 105  public class DepartureServlet extends Ht
105                          req.setAttribute("stationID", station );                          req.setAttribute("stationID", station );
106                          getServletContext().getRequestDispatcher("/ViewDepartures.jsp").forward(req,resp);                          getServletContext().getRequestDispatcher("/ViewDepartures.jsp").forward(req,resp);
107                  } else {                  } else {
108                          throw new ServletException("Unknown format");                          resp.sendError(400, "Unknown format");                  
109                  }                  }
110    
111          }          }

Legend:
Removed from v.861  
changed lines
  Added in v.862

  ViewVC Help
Powered by ViewVC 1.1.20