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

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

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

revision 813 by torben, Wed Jun 9 20:16:01 2010 UTC revision 814 by torben, Wed Jun 9 21:11:07 2010 UTC
# Line 34  public class StatisticsListener implemen Line 34  public class StatisticsListener implemen
34      public void contextDestroyed(ServletContextEvent sce) {      public void contextDestroyed(ServletContextEvent sce) {
35          if ( update_interval > 0 ) {          if ( update_interval > 0 ) {
36                  timer.cancel();                  timer.cancel();
37                    Statistics.getInstance().saveStats();
38          }          }
39      }      }
40    

Legend:
Removed from v.813  
changed lines
  Added in v.814

  ViewVC Help
Powered by ViewVC 1.1.20