/[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 2493 by torben, Tue Mar 24 20:51:37 2015 UTC revision 2494 by torben, Tue Mar 24 20:54:56 2015 UTC
# Line 64  public class AddressSearch { Line 64  public class AddressSearch {
64                  String helperSearchKey = "";                  String helperSearchKey = "";
65                                    
66                  try {                  try {
67                          request.postnr = Integer.parseInt(postnrStr);                          request.postnr = Short.parseShort(postnrStr);
68                  } catch (Exception E) {                  } catch (Exception E) {
69                          result.status = Status.ERROR_UNKNOWN_POSTAL;                          result.status = Status.ERROR_UNKNOWN_POSTAL;
70                          return result;                          return result;

Legend:
Removed from v.2493  
changed lines
  Added in v.2494

  ViewVC Help
Powered by ViewVC 1.1.20