Changeset 19621 in osm for applications/editors/josm/plugins/czechaddress/src
- Timestamp:
- 2010-01-25T19:54:56+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java
r18404 r19621 26 26 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 27 27 import org.openstreetmap.josm.plugins.Plugin; 28 import org.openstreetmap.josm.plugins.PluginInformation; 28 29 import org.openstreetmap.josm.plugins.czechaddress.actions.ConflictResolveAction; 29 30 import org.openstreetmap.josm.plugins.czechaddress.actions.FactoryAction; … … 83 84 } 84 85 85 public CzechAddressPlugin() { 86 public CzechAddressPlugin(PluginInformation info) { 87 super(info); 86 88 87 89 /*boolean x; … … 98 100 Reasoner.getInstance(); 99 101 100 boolean assertionsEnabled = false; 101 assert assertionsEnabled = true; 102 boolean assertionsEnabled = true; 102 103 if (assertionsEnabled) initLoggers(); 103 104
Note:
See TracChangeset
for help on using the changeset viewer.