/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java

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

revision 2574 by torben, Tue Mar 3 08:52:39 2015 UTC revision 2575 by torben, Tue Jun 9 19:42:00 2015 UTC
# Line 16  public class Lookup { Line 16  public class Lookup {
16                    
17          final static Logger logger = Logger.getLogger( Lookup.class.toString() );          final static Logger logger = Logger.getLogger( Lookup.class.toString() );
18                    
19          int postnr;          short postnr;
20          Database db;          Database db;
21                                    
22          Adresse daekkedeAdresser[];          Adresse daekkedeAdresser[];
# Line 31  public class Lookup { Line 31  public class Lookup {
31    
32                                    
33                    
34          public Lookup(int postnr, Database db, ThreadPoolExecutor threadPool) {          public Lookup(short postnr, Database db, ThreadPoolExecutor threadPool) {
35                  this.postnr = postnr;                  this.postnr = postnr;
36                  this.db = db;                  this.db = db;
37                  this.threadPool = threadPool;                  this.threadPool = threadPool;

Legend:
Removed from v.2574  
changed lines
  Added in v.2575

  ViewVC Help
Powered by ViewVC 1.1.20