Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Nov 26, 2024
1 parent 781d2e4 commit c1b20d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ public enum ColumnHeader {
GEOMETRY("geometry", "Geometry"),
ENROLLMENT_DATE("enrollmentdate", "Enrollment date"),
/**
* Deprecated since 2.42. Use @Link{#OCCURRED_DATE} instead.
* @deprecated use @Link{#OCCURRED_DATE} instead.
*/
@Deprecated(since = "2.42")
INCIDENT_DATE("incidentdate", "Incident date"),
OCCURRED_DATE("occurreddate", "Occurred date"),
STORED_BY("storedby", "Stored by"),
Expand Down

0 comments on commit c1b20d7

Please sign in to comment.