Skip to content

Commit

Permalink
Remove unused fields from DokumentInfo class.
Browse files Browse the repository at this point in the history
The `brevkode` and `tittel` fields were removed from the `DokumentInfo` class as they are no longer needed. This helps simplify the code and reduces potential maintenance overhead.
  • Loading branch information
krharum committed Dec 13, 2024
1 parent d9892dc commit c6cd248
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ public List<DokumentInfo> getDokumenter() {
public static class DokumentInfo {

private String dokumentInfoId;
private String brevkode;
private String tittel;
}
}

0 comments on commit c6cd248

Please sign in to comment.