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

checkstyle

File:
1 edited

Legend:

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

    r32767 r33054  
     1// License: GPL. For details, see LICENSE file.
    12package panels;
    23
     
    235236        topmarkButton.setSelected(SmedAction.panelMain.mark.getTopmark() != Top.NOTOP);
    236237        topmarkButton.setVisible(SmedAction.panelMain.mark.testValid());
    237         Boolean lit = (SmedAction.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL) && !((String)SmedAction.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty();
     238        Boolean lit = (SmedAction.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL)
     239                && !((String) SmedAction.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty();
    238240        lightButton.setBorderPainted(lit);
    239241        lightButton.setSelected(lit);
Note: See TracChangeset for help on using the changeset viewer.