Ignore:
Timestamp:
2024-06-17T19:37:02+02:00 (3 months ago)
Author:
taylor.smock
Message:

Cleanup some new PMD warnings from PMD 7.x (followup of r19101)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/IPrimitive.java

    r19078 r19108  
    299299     * @deprecated since 17749, use {@link #getInstant} instead
    300300     */
    301     @Deprecated
     301    @Deprecated(since = "17749")
    302302    Date getTimestamp();
    303303
     
    328328     * @deprecated since 17749, use {@link #setInstant} instead
    329329     */
    330     @Deprecated
     330    @Deprecated(since = "17749")
    331331    void setTimestamp(Date timestamp);
    332332
Note: See TracChangeset for help on using the changeset viewer.