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

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

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

revision 2202 by torben, Thu Sep 11 08:33:38 2014 UTC revision 2203 by torben, Thu Sep 11 14:46:59 2014 UTC
# Line 14  public class BKConstants extends Constan Line 14  public class BKConstants extends Constan
14    
15          @Override          @Override
16          public double getMaxDistance() {          public double getMaxDistance() {
17                  return 200.0;                  return 200.0; //max 200 km
18            }
19            
20            public int getMinPostnr() {
21                    return 1000;
22            }
23            
24            public int getMaxPostnr() {
25                    return 4999;
26          }          }
27    
28  }  }

Legend:
Removed from v.2202  
changed lines
  Added in v.2203

  ViewVC Help
Powered by ViewVC 1.1.20