Ignore:
Timestamp:
2023-07-24T15:55:23+02:00 (16 months ago)
Author:
taylor.smock
Message:

reltoolbox: Clean up a bunch of lint warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java

    r33530 r36102  
    77import org.openstreetmap.josm.plugins.PluginInformation;
    88
     9/**
     10 * The entry-point for the reltoolbox plugin
     11 */
    912public class RelContextPlugin extends Plugin {
    10     private RelContextDialog dialog;
    1113
    1214    public RelContextPlugin(PluginInformation info) {
     
    1921        if (oldFrame == null && newFrame != null) {
    2022            //            if (dialog!=null) dialog.destroy();
    21             dialog = new RelContextDialog();
     23            RelContextDialog dialog = new RelContextDialog();
    2224            newFrame.addToggleDialog(dialog);
    2325        }
Note: See TracChangeset for help on using the changeset viewer.