Changeset 11741 in josm for trunk/test/unit


Ignore:
Timestamp:
2017-03-17T23:10:38+01:00 (7 years ago)
Author:
Don-vip
Message:

fix java warnings

File:
1 edited

Legend:

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

    r11738 r11741  
    9494    }
    9595
     96    /**
     97     * Non-regression test which checks example files in data_nodist
     98     * @throws Exception if an error occurs
     99     */
    96100    @Test
     101    @SuppressWarnings({ "rawtypes", "unchecked" })
    97102    public void testExamples() throws Exception {
    98103        DataSet dsToJoin, dsExpected;
Note: See TracChangeset for help on using the changeset viewer.