Changeset 15451 in josm


Ignore:
Timestamp:
2019-10-10T21:38:31+02:00 (5 years ago)
Author:
Don-vip
Message:

see #13538 - fix deprecation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java

    r14202 r15451  
    221221    /**
    222222     * Test {@link LatLon#isOutSideWorld}
    223      */
    224     @Test
     223     * @deprecated to remove
     224     */
     225    @Test
     226    @Deprecated
    225227    public void testIsOutSideWorld() {
    226228        assertFalse(LatLon.ZERO.isOutSideWorld());
Note: See TracChangeset for help on using the changeset viewer.