Index: trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java	(revision 12871)
+++ trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java	(revision 12873)
@@ -533,5 +533,5 @@
      * @param selection The list of currently selected primitives
      * @return the result from the split operation
-     * @deprecated to be removed end of 2017. Use {@link #split(Way, List, Collection) instead}
+     * @deprecated to be removed end of 2017. Use {@link #split(Way, List, Collection)} instead
      */
     @Deprecated
Index: trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java	(revision 12871)
+++ trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java	(revision 12873)
@@ -72,5 +72,5 @@
      * @param mapFrame unused but kept for plugin compatibility. Can be {@code null}
      * @param cursor cursor displayed when map mode is active
-     * @deprecated use {@link #MapMode(String, String, String, Shortcut, Cursor) instead}
+     * @deprecated use {@link #MapMode(String, String, String, Shortcut, Cursor)} instead
      */
     @Deprecated
@@ -86,5 +86,5 @@
      * @param mapFrame unused but kept for plugin compatibility. Can be {@code null}
      * @param cursor cursor displayed when map mode is active
-     * @deprecated use {@link #MapMode(String, String, String, Cursor) instead}
+     * @deprecated use {@link #MapMode(String, String, String, Cursor)} instead
      */
     @Deprecated
Index: trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/coor/LatLon.java	(revision 12871)
+++ trunk/src/org/openstreetmap/josm/data/coor/LatLon.java	(revision 12873)
@@ -412,5 +412,5 @@
      * @param separator values separator
      * @return String in the format {@code "1.23456[separator]2.34567"}
-     * @deprecated method removed without replacment
+     * @deprecated method removed without replacement
      */
     @Deprecated
Index: trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/DataSet.java	(revision 12871)
+++ trunk/src/org/openstreetmap/josm/data/osm/DataSet.java	(revision 12873)
@@ -834,5 +834,5 @@
      * @param selection the selection
      * @param fireSelectionChangeEvent true, if the selection change listeners are to be notified; false, otherwise
-     * @deprecated Use {@link #setSelected(Collection)} instead. To bee removed end of 2017. Does not seem to be used by plugins.
+     * @deprecated Use {@link #setSelected(Collection)} instead. To be removed end of 2017. Does not seem to be used by plugins.
      */
     @Deprecated
Index: trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 12871)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 12873)
@@ -141,5 +141,6 @@
             new DeprecatedPlugin("imageryadjust", inCore),
             new DeprecatedPlugin("walkingpapers", tr("replaced by new {0} plugin", "fieldpapers")),
-            new DeprecatedPlugin("czechaddress", tr("no longer required"))
+            new DeprecatedPlugin("czechaddress", tr("no longer required")),
+            new DeprecatedPlugin("kendzi3d_Improved_by_Andrei", tr("no longer required"))
         );
     }
