/[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 2927 by torben, Fri Feb 5 11:01:48 2016 UTC revision 2937 by torben, Fri Feb 12 22:30:30 2016 UTC
# Line 42  public class AfstandAndenRuteTask extend Line 42  public class AfstandAndenRuteTask extend
42          ThreadPoolExecutor threadPool;          ThreadPoolExecutor threadPool;
43    
44          boolean isIncremental;          boolean isIncremental;
         String type;  
45    
46    
47          public AfstandAndenRuteTask(String distributor, String type) {          public AfstandAndenRuteTask(String distributor, String type) {
48                  this.distributor = distributor;                  this.distributor = distributor;
                 this.type = type;  
49                                    
50                  type = type.toUpperCase();                  type = type.toUpperCase();
51                  switch(type) {                  switch(type) {
# Line 179  public class AfstandAndenRuteTask extend Line 177  public class AfstandAndenRuteTask extend
177    
178    
179    
180                          } else {                          } /*else {
181                                  /// Test                                  /// Test
182                                  /*                                  
183                                  db.resetResultTable();                                  db.resetResultTable();
184    
185    
# Line 190  public class AfstandAndenRuteTask extend Line 188  public class AfstandAndenRuteTask extend
188    
189                                  short post = (short) 2700;                                                        short post = (short) 2700;                      
190                                  Lookup lookup = new Lookup(post, db, threadPool);                                  Lookup lookup = new Lookup(post, db, threadPool);
191                                  lookup.doLookup();*/                                                                                              lookup.doLookup();                                                              
192                          }                          } */
193    
194    
195                          long now = System.currentTimeMillis();                          long now = System.currentTimeMillis();

Legend:
Removed from v.2927  
changed lines
  Added in v.2937

  ViewVC Help
Powered by ViewVC 1.1.20