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/PanelChan.java

    r32767 r33054  
     1// License: GPL. For details, see LICENSE file.
    12package panels;
    23
     
    311312        topmarkButton.setSelected(dlg.panelMain.mark.getTopmark() != Top.NOTOP);
    312313        topmarkButton.setVisible(dlg.panelMain.mark.testValid());
    313         Boolean lit = (dlg.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL) && !((String)dlg.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty();
     314        Boolean lit = (dlg.panelMain.mark.getLightAtt(Att.COL, 0) != Col.UNKCOL)
     315                && !((String) dlg.panelMain.mark.getLightAtt(Att.CHR, 0)).isEmpty();
    314316        lightButton.setBorderPainted(lit);
    315317        lightButton.setSelected(lit);
Note: See TracChangeset for help on using the changeset viewer.