Ignore:
Timestamp:
2017-09-17T18:52:49+02:00 (7 years ago)
Author:
Don-vip
Message:
  • mark kendzi3d_Improved_by_Andrei plugin as unmaintained
  • fix javadoc issues in deprecated comments
  • update animal-sniffer-ant-tasks to 1.16 + patch to make it not fail the build (see https://github.com/mojohaus/animal-sniffer/pull/34)
  • update the check-plugins task, make it not fail the build
Location:
trunk/src/org/openstreetmap/josm/actions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java

    r12828 r12873  
    533533     * @param selection The list of currently selected primitives
    534534     * @return the result from the split operation
    535      * @deprecated to be removed end of 2017. Use {@link #split(Way, List, Collection) instead}
     535     * @deprecated to be removed end of 2017. Use {@link #split(Way, List, Collection)} instead
    536536     */
    537537    @Deprecated
  • trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java

    r12846 r12873  
    7272     * @param mapFrame unused but kept for plugin compatibility. Can be {@code null}
    7373     * @param cursor cursor displayed when map mode is active
    74      * @deprecated use {@link #MapMode(String, String, String, Shortcut, Cursor) instead}
     74     * @deprecated use {@link #MapMode(String, String, String, Shortcut, Cursor)} instead
    7575     */
    7676    @Deprecated
     
    8686     * @param mapFrame unused but kept for plugin compatibility. Can be {@code null}
    8787     * @param cursor cursor displayed when map mode is active
    88      * @deprecated use {@link #MapMode(String, String, String, Cursor) instead}
     88     * @deprecated use {@link #MapMode(String, String, String, Cursor)} instead
    8989     */
    9090    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.