Changeset 8338 in josm for trunk/test


Ignore:
Timestamp:
2015-05-07T01:27:41+02:00 (9 years ago)
Author:
Don-vip
Message:

fix squid:S1319 - Declarations should use Java collection interfaces rather than specific implementation classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/session/SessionWriterTest.java

    r7937 r8338  
    183183    public void testWriteGpxAndMarkerJoz() throws IOException {
    184184        GpxLayer gpx = createGpxLayer();
    185         testWrite(Pair.toArrayList(new Pair<Layer, Layer>(gpx, createMarkerLayer(gpx))), true);
     185        testWrite(Pair.toList(new Pair<Layer, Layer>(gpx, createMarkerLayer(gpx))), true);
    186186    }
    187187}
Note: See TracChangeset for help on using the changeset viewer.