Skip to content

Commit

Permalink
tekst -> hendelse
Browse files Browse the repository at this point in the history
  • Loading branch information
janolaveide committed Aug 27, 2019
1 parent 49a7236 commit 25345f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class HistorikkInnslag {
private String saksnr;

@JsonCreator
public HistorikkInnslag(@JsonProperty("aktørId") AktørId aktørId, @JsonProperty("tekst") Hendelse hendelse) {
public HistorikkInnslag(@JsonProperty("aktørId") AktørId aktørId, @JsonProperty("hendelse") Hendelse hendelse) {
this.aktørId = aktørId;
this.hendelse = hendelse;
}
Expand Down

0 comments on commit 25345f5

Please sign in to comment.