/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AdressSearch.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AdressSearch.java

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

revision 2349 by torben, Mon Feb 23 15:02:48 2015 UTC revision 2350 by torben, Mon Feb 23 15:11:39 2015 UTC
# Line 31  public class AdressSearch { Line 31  public class AdressSearch {
31                    
32          private Map<String,Long> helperCache;          private Map<String,Long> helperCache;
33                    
34          private DataStatisticsBean stats = new DataStatisticsBean();          private DataStatisticsBean stats = new DataStatisticsBean();
35                    
36            ServiceConfig config;
37                    
38          public SearchResult search(ServiceConfig config, String postnrStr, String adresse)  {          public AdressSearch(ServiceConfig config) {
39                    this.config = config;
40            }
41            
42            
43            public SearchResult search(String postnrStr, String adresse)  {
44                                    
45                  int postnr=0;                  int postnr=0;
46                  boolean google = false;                  boolean google = false;

Legend:
Removed from v.2349  
changed lines
  Added in v.2350

  ViewVC Help
Powered by ViewVC 1.1.20