Changeset 33251 in osm for applications/editors/josm
- Timestamp:
- 2017-04-17T01:34:39+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/FactoryDialog.java
r33029 r33251 87 87 houseList.setModel(houseModel); 88 88 houseList.setCellRenderer(new HouseListRenderer()); 89 } 90 91 @Override 92 public void destroy() { 93 super.destroy(); 94 singleton = null; 89 95 } 90 96
Note:
See TracChangeset
for help on using the changeset viewer.