Ignore:
Timestamp:
2015-06-20T23:42:21+02:00 (10 years ago)
Author:
Don-vip
Message:

checkstyle: enable relevant whitespace checks and fix them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/gui/history/HistoryBrowserTest.java

    r7937 r8510  
    2929
    3030    protected void build() {
    31         setSize(500,500);
     31        setSize(500, 500);
    3232        getContentPane().setLayout(new BorderLayout());
    3333        browser = new HistoryBrowser();
     
    4040        try {
    4141            ds = reader.parseHistory(NullProgressMonitor.INSTANCE);
    42         } catch(OsmTransferException e) {
     42        } catch (OsmTransferException e) {
    4343            Main.error(e);
    4444            return;
     
    5151     * Constructs a new {@code HistoryBrowserTest}.
    5252     */
    53     public HistoryBrowserTest(){
     53    public HistoryBrowserTest() {
    5454        build();
    5555        //populate(OsmPrimitiveType.NODE,354117);
    5656        //populate(OsmPrimitiveType.WAY,37951);
    57         populate(OsmPrimitiveType.RELATION,5055);
     57        populate(OsmPrimitiveType.RELATION, 5055);
    5858
    5959    }
Note: See TracChangeset for help on using the changeset viewer.