/[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 1157 by torben, Fri Oct 1 05:30:32 2010 UTC revision 1158 by torben, Mon Oct 4 05:51:55 2010 UTC
# Line 95  public class DepartureServlet extends Ht Line 95  public class DepartureServlet extends Ht
95                          resp.sendError(500);                          resp.sendError(500);
96                          return;                          return;
97                  } catch (CircuitBreakerException cbe) {                  } catch (CircuitBreakerException cbe) {
98                          logger.warning("Circuitbreaker - failing fast");                          logger.warning("Circuitbreaker - failing fast, station=" +station);
99                          Statistics.getInstance().incrementDepartureErrors();                          Statistics.getInstance().incrementDepartureErrors();
100                          resp.sendError(500);                          resp.sendError(500);
101                          return;                          return;

Legend:
Removed from v.1157  
changed lines
  Added in v.1158

  ViewVC Help
Powered by ViewVC 1.1.20