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

checkstyle: modifiers order

Location:
trunk/test/unit/org/openstreetmap/josm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java

    r8510 r8511  
    2323     * @return A new test fixture for unit tests
    2424     */
    25     static public JOSMFixture createUnitTestFixture() {
     25    public static JOSMFixture createUnitTestFixture() {
    2626        return new JOSMFixture("test/config/unit-josm.home");
    2727    }
     
    3131     * @return A new test fixture for functional tests
    3232     */
    33     static public JOSMFixture createFunctionalTestFixture() {
     33    public static JOSMFixture createFunctionalTestFixture() {
    3434        return new JOSMFixture("test/config/functional-josm.home");
    3535    }
     
    3939     * @return A new test fixture for performance tests
    4040     */
    41     static public JOSMFixture createPerformanceTestFixture() {
     41    public static JOSMFixture createPerformanceTestFixture() {
    4242        return new JOSMFixture("test/config/performance-josm.home");
    4343    }
  • trunk/test/unit/org/openstreetmap/josm/gui/conflict/properties/PropertiesMergeModelTest.java

    r8510 r8511  
    2525public class PropertiesMergeModelTest {
    2626
    27     public static abstract class TestObserver implements Observer {
     27    public abstract static class TestObserver implements Observer {
    2828        public int numInvocations;
    2929
  • trunk/test/unit/org/openstreetmap/josm/gui/tagging/PresetClassificationsTest.java

    r8509 r8511  
    2323public class PresetClassificationsTest {
    2424
    25     final static TaggingPresetSelector.PresetClassifications classifications = new TaggingPresetSelector.PresetClassifications();
     25    static final TaggingPresetSelector.PresetClassifications classifications = new TaggingPresetSelector.PresetClassifications();
    2626
    2727    /**
Note: See TracChangeset for help on using the changeset viewer.