Skip to content

Commit

Permalink
beskyttelsestype.ORDINÆR = vanlig -> Ingen beskyttelse (#2571)
Browse files Browse the repository at this point in the history
* beskyttelsestype.ORDINÆR = vanlig -> Ikke beskyttet

* ingen beskyttelse***

* endre beskrivelse

* Revert "endre beskrivelse"

This reverts commit 874a25e.
  • Loading branch information
vebnor authored Sep 4, 2024
1 parent a85d401 commit 4b6d1b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.fasterxml.jackson.annotation.JsonCreator

enum class BeskyttelseType(val kode: String, val beskrivelse: String) {
KODE7("KODE7", "Kode 7"),
ORDINÆR("ORDINÆR", "Vanlig");
ORDINÆR("ORDINÆR", "Ingen beskyttelse");

companion object {
@JsonCreator(mode = JsonCreator.Mode.DELEGATING)
Expand Down

0 comments on commit 4b6d1b2

Please sign in to comment.