Ignore:
Timestamp:
2015-05-09T12:49:35+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java

    r8308 r8342  
    137137                p.add(dlg, 0);
    138138                p.setVisible(true);
    139             }
    140             else if (dlg.isDialogInCollapsedView()) {
     139            } else if (dlg.isDialogInCollapsedView()) {
    141140                p.add(dlg, 0);
    142141                p.setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.