/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/admin/ServiceConfig.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/admin/ServiceConfig.java

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

revision 2778 by torben, Fri Nov 20 16:31:01 2015 UTC revision 3126 by torben, Wed Oct 19 09:53:49 2016 UTC
# Line 13  public class ServiceConfig implements Br Line 13  public class ServiceConfig implements Br
13          @ConfigVariable          @ConfigVariable
14          public boolean useOpenStreetMaps;          public boolean useOpenStreetMaps;
15                    
16          @ConfigVariable          @ConfigVariable(mandatory=false)
17          public boolean useMetaphone;              public boolean useMetaphone = false; //default false
18            
19            @ConfigVariable(mandatory=false)
20            public boolean useLevenshtein = true; //default true
21                    
22          @ConfigVariable          @ConfigVariable
23          public int osmTimeout;          public int osmTimeout;
# Line 30  public class ServiceConfig implements Br Line 33  public class ServiceConfig implements Br
33                    
34          @ConfigVariable(mandatory=false)          @ConfigVariable(mandatory=false)
35          public String notifyEmail;          public String notifyEmail;
36            
37            
38            //Styrer om vi må bruge nærmeste litra hvis der ikke var direkte match herpå
39            @ConfigVariable(mandatory=false)
40            public boolean nearestLitra = true;
41    
42          @Override          @Override
43          public int getTimeout() {          public int getTimeout() {

Legend:
Removed from v.2778  
changed lines
  Added in v.3126

  ViewVC Help
Powered by ViewVC 1.1.20