Ignore:
Timestamp:
2010-01-25T19:54:56+01:00 (15 years ago)
Author:
jttt
Message:

Fixed #4428 Exception when starting JOSM with czechaddress plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r18404 r19621  
    2626import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    2727import org.openstreetmap.josm.plugins.Plugin;
     28import org.openstreetmap.josm.plugins.PluginInformation;
    2829import org.openstreetmap.josm.plugins.czechaddress.actions.ConflictResolveAction;
    2930import org.openstreetmap.josm.plugins.czechaddress.actions.FactoryAction;
     
    8384    }
    8485
    85     public CzechAddressPlugin() {
     86    public CzechAddressPlugin(PluginInformation info) {
     87        super(info);
    8688
    8789        /*boolean x;
     
    98100        Reasoner.getInstance();
    99101
    100         boolean assertionsEnabled = false;
    101         assert assertionsEnabled = true;
     102        boolean assertionsEnabled = true;
    102103        if (assertionsEnabled) initLoggers();
    103104
Note: See TracChangeset for help on using the changeset viewer.