Ignore:
Timestamp:
2016-06-24T09:10:57+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle, update to JOSM 10279

File:
1 edited

Legend:

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

    r30841 r32395  
     1// License: GPL. For details, see LICENSE file.
    12package relcontext;
    23
     
    910    private RelContextDialog dialog;
    1011
    11     public RelContextPlugin( PluginInformation info ) {
     12    public RelContextPlugin(PluginInformation info) {
    1213        super(info);
    13     DefaultNameFormatter.registerFormatHook(new ExtraNameFormatHook());
     14        DefaultNameFormatter.registerFormatHook(new ExtraNameFormatHook());
    1415    }
    1516
    1617    @Override
    17     public void mapFrameInitialized( MapFrame oldFrame, MapFrame newFrame ) {
    18         if( oldFrame == null && newFrame != null ) {
    19 //            if (dialog!=null) dialog.destroy();
     18    public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) {
     19        if (oldFrame == null && newFrame != null) {
     20            //            if (dialog!=null) dialog.destroy();
    2021            dialog = new RelContextDialog();
    2122            newFrame.addToggleDialog(dialog);
Note: See TracChangeset for help on using the changeset viewer.