Ignore:
Timestamp:
2023-10-24T17:29:11+02:00 (8 months ago)
Author:
taylor.smock
Message:

See #23220: Use jakarta.annotation instead of javax.annotation (JSR305)

jsr305 should be removed in June 2024 to give plugins time to migrate.

Some lint issues were also fixed.

File:
1 edited

Legend:

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

    r18697 r18877  
    22package org.openstreetmap.josm.data.osm.pbf;
    33
    4 import javax.annotation.Nonnull;
    5 import javax.annotation.Nullable;
     4import org.openstreetmap.josm.data.osm.BBox;
    65
    7 import org.openstreetmap.josm.data.osm.BBox;
     6import jakarta.annotation.Nonnull;
     7import jakarta.annotation.Nullable;
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.