Ignore:
Timestamp:
2017-09-01T02:08:49+02:00 (9 years ago)
Author:
michael2402
Message:

Fix checkstyle warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/remotecontrol/RemoteControlPreference.java

    r12703 r12707  
    177177            if (installCertificate != null && uninstallCertificate != null) {
    178178                // Install certificate button is enabled if HTTPS is also enabled
    179                 installCertificate.setEnabled(enableRemoteControl.isSelected() && enableHttpsSupport.isSelected() && RemoteControl.supportsHttps());
     179                installCertificate.setEnabled(enableRemoteControl.isSelected()
     180                        && enableHttpsSupport.isSelected() && RemoteControl.supportsHttps());
    180181                // Uninstall certificate button is always enabled
    181182                uninstallCertificate.setEnabled(RemoteControl.supportsHttps());
Note: See TracChangeset for help on using the changeset viewer.