Ignore:
Timestamp:
2016-07-03T22:13:58+02:00 (9 years ago)
Author:
donvip
Message:

checkstyle

Location:
applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReaderTest.java

    r32355 r32545  
    2626    @Rule
    2727    public JOSMTestRules rules = new JOSMTestRules().preferences();
    28    
     28
    2929    private static AbstractDataSetHandler newHandler(final String epsgCode) {
    3030        AbstractDataSetHandler handler = new AbstractDataSetHandler() {
     
    3333                return true;
    3434            }
     35
    3536            @Override
    3637            public void updateDataSet(DataSet ds) {
     
    4243        return handler;
    4344    }
    44    
     45
    4546    /**
    4647     * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/9592">#9592</a>
  • applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java

    r32360 r32545  
    3131
    3232    /**
    33      * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/12714">#12714/a>
     33     * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/12714">#12714</a>
    3434     * @throws IOException if an error occurs during reading
    3535     */
     
    5555        }
    5656    }
    57    
     57
    5858    /**
    5959     * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/8309">#8309</a>
  • applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java

    r32355 r32545  
    2929    @Rule
    3030    public JOSMTestRules rules = new JOSMTestRules().preferences();
    31    
     31
    3232    private static AbstractDataSetHandler newHandler(final String epsgCode) {
    3333        AbstractDataSetHandler handler = new AbstractDataSetHandler() {
     
    3636                return true;
    3737            }
     38
    3839            @Override
    3940            public void updateDataSet(DataSet ds) {
     
    4546                return true;
    4647            }
     48
    4749            @Override
    4850            public LatLon getCoor(EastNorth en, String[] fields) {
     
    5254        return handler;
    5355    }
    54    
     56
    5557    /**
    5658     * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/10214">#10214</a>
     
    6365        }
    6466    }
    65    
     67
    6668    /**
    6769     * Non-regression test for ticket <a href="https://josm.openstreetmap.de/ticket/8805">#8805</a>
Note: See TracChangeset for help on using the changeset viewer.