Ignore:
Timestamp:
2016-11-12T04:42:33+01:00 (8 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/src/panels/PanelLights.java

    r32767 r33054  
     1// License: GPL. For details, see LICENSE file.
    12package panels;
    23
     
    491492        chBox.setVisible(false);
    492493        chBox.setText(SmedAction.panelMain.mark.getChannel());
    493         if ((SmedAction.panelMain.mark.getObject() == Obj.LNDMRK) && ((SmedAction.panelMain.mark.getCategory() != Cat.NOCAT) || (SmedAction.panelMain.mark.getFunc() != Fnc.UNKFNC))) {
     494        if ((SmedAction.panelMain.mark.getObject() == Obj.LNDMRK)
     495                && ((SmedAction.panelMain.mark.getCategory() != Cat.NOCAT) || (SmedAction.panelMain.mark.getFunc() != Fnc.UNKFNC))) {
    494496            functionLabel.setVisible(true);
    495497            categoryLabel.setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.