Ignore:
Timestamp:
2022-03-22T19:29:12+01:00 (4 years ago)
Author:
taylor.smock
Message:

fix #21771: Update deprecated functions in CommandLine

IPrimitive#setTimestamp has been deprecated since r17749.
This updates commandline to use setInstant (added in r17749).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/build.xml

    r35221 r35937  
    44    <property name="commit.message" value="JOSM/CommandLine: fix exception after JOSM update"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="15502"/>
     6    <property name="plugin.main.version" value="17749"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.