Ignore:
Timestamp:
2015-06-20T14:36:00+02:00 (9 years ago)
Author:
Don-vip
Message:

fix many checkstyle violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/auth/JosmPreferencesCredentialAgent.java

    r8291 r8509  
    131131        HtmlPanel pnlMessage = new HtmlPanel();
    132132        HTMLEditorKit kit = (HTMLEditorKit)pnlMessage.getEditorPane().getEditorKit();
    133         kit.getStyleSheet().addRule(".warning-body {background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid;border-width: 1px;}");
     133        kit.getStyleSheet().addRule(
     134                ".warning-body {background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid;border-width: 1px;}");
    134135        pnlMessage.setText(
    135136                tr(
     
    150151        return tr("Save user and password (unencrypted)");
    151152    }
    152 
    153153}
Note: See TracChangeset for help on using the changeset viewer.