Skip to content

Commit

Permalink
Merge pull request #6374 from cedarbaum/fix_lsp_errors
Browse files Browse the repository at this point in the history
Fix 2 minor LSP errors
  • Loading branch information
leonardehrenfried authored Jan 10, 2025
2 parents edc3a7f + e23144b commit 025e4c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* <p>
* Descriptions are copied from the GTFS-RT specification with additions of SIRI nordic profile documentation.
*/
public enum OccupancyStatus implements DocumentedEnum {
public enum OccupancyStatus implements DocumentedEnum<OccupancyStatus> {
NO_DATA_AVAILABLE,
EMPTY,
MANY_SEATS_AVAILABLE,
Expand Down

0 comments on commit 025e4c4

Please sign in to comment.