/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/AfstandAndenRuteTask.java
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/AfstandAndenRuteTask.java

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

revision 2974 by torben, Tue Mar 8 09:41:53 2016 UTC revision 2975 by torben, Mon Mar 14 07:34:27 2016 UTC
# Line 122  public class AfstandAndenRuteTask extend Line 122  public class AfstandAndenRuteTask extend
122                  threadPool.shutdown(); //Calc is done now                  threadPool.shutdown(); //Calc is done now
123                                                    
124    
125                    ReloadHelper.triggerReload( "AfstandAndenRute/" + distributor );
126                    
127    
128                  long now = System.currentTimeMillis();                  long now = System.currentTimeMillis();
129                  long elapsed = now - start ;                  long elapsed = now - start ;
# Line 212  public class AfstandAndenRuteTask extend Line 214  public class AfstandAndenRuteTask extend
214                          db.saveBatch();                          db.saveBatch();
215                    
216                          if (test_mode == false && this.isAborted() == false) {                          if (test_mode == false && this.isAborted() == false) {
217                                  db.renameResultTables();                                  db.renameResultTables();                                
                                   
                                 ReloadHelper.triggerReload( "AfstandAndenRute/" + distributor );  
218                    
219                    
220                          } else {                          } else {

Legend:
Removed from v.2974  
changed lines
  Added in v.2975

  ViewVC Help
Powered by ViewVC 1.1.20