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/gui/oauth/FullyAutomaticAuthorizationUI.java

    r8461 r8509  
    9494        HtmlPanel pnlMessage = new HtmlPanel();
    9595        HTMLEditorKit kit = (HTMLEditorKit)pnlMessage.getEditorPane().getEditorKit();
    96         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;}");
     96        kit.getStyleSheet().addRule(
     97                ".warning-body {background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid;border-width: 1px;}");
    9798        kit.getStyleSheet().addRule("ol {margin-left: 1cm}");
    9899        pnlMessage.setText("<html><body><p class=\"warning-body\">"
     
    143144        pnlMessage = new HtmlPanel();
    144145        kit = (HTMLEditorKit)pnlMessage.getEditorPane().getEditorKit();
    145         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;}");
     146        kit.getStyleSheet().addRule(
     147                ".warning-body {background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid;border-width: 1px;}");
    146148        kit.getStyleSheet().addRule("ol {margin-left: 1cm}");
    147149        pnlMessage.setText("<html><body>"
Note: See TracChangeset for help on using the changeset viewer.