/[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 386 by torben, Sun Sep 27 19:14:39 2009 UTC revision 387 by torben, Fri Oct 2 15:06:08 2009 UTC
# Line 48  public class DepartureServlet extends Ht Line 48  public class DepartureServlet extends Ht
48                  String stationName = getStationName(station);                  String stationName = getStationName(station);
49    
50                  try {                  try {
51                          beans = fetcher.lookupDepartures(station);                          beans = fetcher.cachedLookupDepartures(station);
52                  } catch (java.net.SocketTimeoutException ste) {                  } catch (java.net.SocketTimeoutException ste) {
53                          logger.warning("Read timed out, station="+station);                          logger.warning("Read timed out, station="+station);
54                          resp.sendError(500);                          resp.sendError(500);

Legend:
Removed from v.386  
changed lines
  Added in v.387

  ViewVC Help
Powered by ViewVC 1.1.20