Ignore:
Timestamp:
2015-06-21T00:16:09+02:00 (10 years ago)
Author:
Don-vip
Message:

checkstyle: modifiers order

File:
1 edited

Legend:

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

    r8510 r8511  
    2222
    2323    @BeforeClass
    24     static public void init() {
     24    public static void init() {
    2525        JOSMFixture.createFunctionalTestFixture().init();
    2626    }
     
    5959    }
    6060
    61     static public void main(String args[]) {
     61    public static void main(String args[]) {
    6262        HistoryBrowserTest.init();
    6363        new HistoryBrowserTest().setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.