--- dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/AfstandAndenRuteTask.java 2016/02/05 11:09:02 2928 +++ dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/afstandandenrute/AfstandAndenRuteTask.java 2016/02/05 11:12:02 2929 @@ -42,12 +42,10 @@ ThreadPoolExecutor threadPool; boolean isIncremental; - String type; public AfstandAndenRuteTask(String distributor, String type) { this.distributor = distributor; - this.type = type; type = type.toUpperCase(); switch(type) {