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

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/GeocodeHelper.java

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

revision 2352 by torben, Mon Feb 23 15:49:00 2015 UTC revision 2353 by torben, Mon Feb 23 15:53:36 2015 UTC
# Line 53  public class GeocodeHelper { Line 53  public class GeocodeHelper {
53    
54                                                    
55                  } catch (Exception e) {                  } catch (Exception e) {
56                          System.out.println( "Error: " + e.getMessage() );                          System.out.println( "OSMError: " + e.getClass().getName() +" / "+ e.getMessage() );
57                  }                                                                                }                                                              
58                  return null;                  return null;
59          }          }
# Line 68  public class GeocodeHelper { Line 68  public class GeocodeHelper {
68                          return (String) breaker.invoke(wrapper);                          return (String) breaker.invoke(wrapper);
69                                                    
70                  } catch (Exception e) {                  } catch (Exception e) {
71                          System.out.println( "GoogleError: " + e.getMessage() );                          System.out.println( "GoogleError: " + e.getClass().getName() +" / "+ e.getMessage() );
72                  }                  }
73                  return null;                      return null;    
74          }          }

Legend:
Removed from v.2352  
changed lines
  Added in v.2353

  ViewVC Help
Powered by ViewVC 1.1.20