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

Diff of /dao/FuldDaekningWorker/src/main/java/dk/daoas/fulddaekning/LookupMain.java

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

revision 2752 by torben, Wed Oct 7 20:07:28 2015 UTC revision 2753 by torben, Thu Oct 15 15:34:27 2015 UTC
# Line 25  public class LookupMain { Line 25  public class LookupMain {
25    
26          static final String CONFIG_FILENAME = "fulddaekning.properties";          static final String CONFIG_FILENAME = "fulddaekning.properties";
27    
28            static boolean use_osrm;
29          static boolean test_mode;          static boolean test_mode;
30          static SafeProperties conf;          static SafeProperties conf;
31    
# Line 74  public class LookupMain { Line 75  public class LookupMain {
75                  test_mode = Boolean.parseBoolean( conf.getSafeProperty("TEST") );                  test_mode = Boolean.parseBoolean( conf.getSafeProperty("TEST") );
76                  logger.info("Starting with TEST:" + test_mode);                  logger.info("Starting with TEST:" + test_mode);
77    
78                    use_osrm = Boolean.parseBoolean( conf.getSafeProperty("USE_OSRM") );
79                    logger.info("Starting with USE_OSRM:" + use_osrm);
80    
81                  distributor = conf.getSafeProperty("DISTRIBUTOR");                  distributor = conf.getSafeProperty("DISTRIBUTOR");
82                  distributor = distributor.toUpperCase();                  distributor = distributor.toUpperCase();
83                  logger.info("Starting for DISTRIBUTOR:" + distributor);                  logger.info("Starting for DISTRIBUTOR:" + distributor);

Legend:
Removed from v.2752  
changed lines
  Added in v.2753

  ViewVC Help
Powered by ViewVC 1.1.20