/[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 2965 by torben, Tue Jan 19 10:02:51 2016 UTC revision 2966 by torben, Mon Mar 7 20:40:40 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.ruteMandag != null && a.ruteMandag.length()> 0) {                  if (a.routingMandag.rute != null && a.routingMandag.rute.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.2965  
changed lines
  Added in v.2966

  ViewVC Help
Powered by ViewVC 1.1.20