Changeset 19439 in osm for applications/editors/josm/plugins/graphview/src/org/openstreetmap
- Timestamp:
- 2010-01-13T14:37:31+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/GraphViewPlugin.java
r19054 r19439 21 21 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 22 22 import org.openstreetmap.josm.plugins.Plugin; 23 import org.openstreetmap.josm.plugins.PluginInformation; 23 24 import org.openstreetmap.josm.plugins.graphview.core.access.AccessRuleset; 24 25 import org.openstreetmap.josm.plugins.graphview.core.access.AccessRulesetReader; … … 74 75 75 76 /** creates the plugin */ 76 public GraphViewPlugin() { 77 public GraphViewPlugin(PluginInformation info) { 78 super(info); 77 79 78 80 preferences = GraphViewPreferences.getInstance();
Note:
See TracChangeset
for help on using the changeset viewer.