Changeset 26509 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2011-08-11T00:45:56+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/House.java
r23190 r26509 45 45 assert (co != null) || (cp != null); 46 46 47 //... but the thename is overwritten.47 //... but the name is overwritten. 48 48 this.name = generateName(this.cp, this.co); 49 49 } -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/ManagerDialog.java
r22915 r26509 338 338 } catch (NullPointerException except) { 339 339 dbTreeValue = null; 340 System.err.println("Strange exception has occured."+ 340 System.err.println("Strange exception has occurred."+ 341 341 " If you find a way to reproduce it, please report a bug!"); 342 342 except.printStackTrace(); -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/intelligence/Reasoner.java
r23190 r26509 565 565 566 566 } catch (NullPointerException except) { 567 System.err.println("Strange exception occured." + 567 System.err.println("Strange exception occurred." + 568 568 " If you find a way to reproduce this situation, please "+ 569 569 "e-mail the author of the CzechAddress plugin."); … … 615 615 616 616 } catch (NullPointerException except) { 617 System.err.println("Strange exception occured." + 617 System.err.println("Strange exception occurred." + 618 618 " If you find a way to reproduce this situation, please "+ 619 619 "e-mail the author of the CzechAddress plugin.");
Note:
See TracChangeset
for help on using the changeset viewer.