- Timestamp:
- 2017-09-17T18:52:49+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r12828 r12873 533 533 * @param selection The list of currently selected primitives 534 534 * @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 536 536 */ 537 537 @Deprecated -
trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java
r12846 r12873 72 72 * @param mapFrame unused but kept for plugin compatibility. Can be {@code null} 73 73 * @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 75 75 */ 76 76 @Deprecated … … 86 86 * @param mapFrame unused but kept for plugin compatibility. Can be {@code null} 87 87 * @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 89 89 */ 90 90 @Deprecated -
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r12792 r12873 412 412 * @param separator values separator 413 413 * @return String in the format {@code "1.23456[separator]2.34567"} 414 * @deprecated method removed without replac ment414 * @deprecated method removed without replacement 415 415 */ 416 416 @Deprecated -
trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
r12758 r12873 834 834 * @param selection the selection 835 835 * @param fireSelectionChangeEvent true, if the selection change listeners are to be notified; false, otherwise 836 * @deprecated Use {@link #setSelected(Collection)} instead. To be eremoved end of 2017. Does not seem to be used by plugins.836 * @deprecated Use {@link #setSelected(Collection)} instead. To be removed end of 2017. Does not seem to be used by plugins. 837 837 */ 838 838 @Deprecated -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r12870 r12873 141 141 new DeprecatedPlugin("imageryadjust", inCore), 142 142 new DeprecatedPlugin("walkingpapers", tr("replaced by new {0} plugin", "fieldpapers")), 143 new DeprecatedPlugin("czechaddress", tr("no longer required")) 143 new DeprecatedPlugin("czechaddress", tr("no longer required")), 144 new DeprecatedPlugin("kendzi3d_Improved_by_Andrei", tr("no longer required")) 144 145 ); 145 146 }
Note:
See TracChangeset
for help on using the changeset viewer.