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

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

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

revision 2820 by torben, Wed Jul 15 08:37:40 2015 UTC revision 2821 by torben, Tue Jan 19 10:02:51 2016 UTC
# Line 296  public class AddressUtils { Line 296  public class AddressUtils {
296          }          }
297                    
298          public static void updateDaekningstype(Address a) {          public static void updateDaekningstype(Address a) {
299                  if (a.rute != null && a.rute.length()> 0) {                  if (a.ruteMandag != null && a.ruteMandag.length()> 0) {
300                          a.daekningsType = DaekningsType.DAEKNING_DIREKTE;                          a.daekningsType = DaekningsType.DAEKNING_DIREKTE;
301                  } else {                  } else {
302                          a.daekningsType = DaekningsType.DAEKNING_IKKEDAEKKET;                          a.daekningsType = DaekningsType.DAEKNING_IKKEDAEKKET;

Legend:
Removed from v.2820  
changed lines
  Added in v.2821

  ViewVC Help
Powered by ViewVC 1.1.20