Changeset 29765 in osm for applications/editors
- Timestamp:
- 2013-07-20T15:56:13+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java
r29727 r29765 90 90 super(info); 91 91 92 /*boolean x;93 x = StringUtils.matchAbbrev("Ahoj lidi", "Ahoj lidi");94 System.out.println(x ? "Match" : "Differ");95 x = StringUtils.matchAbbrev("Bož. Němcové", "Boženy Němca.");96 System.out.println(x ? "Match" : "Differ");*/97 98 92 addStatusListener(this); 99 93 100 94 ConflictResolver.getInstance(); 101 95 SelectionMonitor.getInstance(); 102 FactoryDialog.getInstance();103 96 Reasoner.getInstance(); 104 97 … … 216 209 return Preferences.getInstance(); 217 210 } 218 219 220 221 211 }
Note:
See TracChangeset
for help on using the changeset viewer.