--- dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java 2015/06/09 09:32:32 2574 +++ dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java 2015/06/09 19:42:00 2575 @@ -16,7 +16,7 @@ final static Logger logger = Logger.getLogger( Lookup.class.toString() ); - int postnr; + short postnr; Database db; Adresse daekkedeAdresser[]; @@ -31,7 +31,7 @@ - public Lookup(int postnr, Database db, ThreadPoolExecutor threadPool) { + public Lookup(short postnr, Database db, ThreadPoolExecutor threadPool) { this.postnr = postnr; this.db = db; this.threadPool = threadPool;