/[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 2928 by torben, Fri Feb 5 11:01:48 2016 UTC revision 2929 by torben, Fri Feb 5 11:12:02 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) {

Legend:
Removed from v.2928  
changed lines
  Added in v.2929

  ViewVC Help
Powered by ViewVC 1.1.20