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

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

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

revision 2759 by torben, Tue Oct 27 14:44:03 2015 UTC revision 2760 by torben, Tue Oct 27 14:55:29 2015 UTC
# Line 67  public class AddressSearch { Line 67  public class AddressSearch {
67                          throw new Exception("GadeID ikke fundet");                          throw new Exception("GadeID ikke fundet");
68                  }                  }
69                                    
70                  Address addr = gade.get("husnr");                  Address addr = gade.get(husnr);
71                                    
72                  if (addr == null) {                  if (addr == null) {
73                          throw new Exception("Adresse ikke ikke fundet");                          throw new Exception("Adresse ikke ikke fundet");

Legend:
Removed from v.2759  
changed lines
  Added in v.2760

  ViewVC Help
Powered by ViewVC 1.1.20