Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
#deploy-test-pdl-forvalter
#deploy-test-dolly-backend
  • Loading branch information
krharum committed Apr 24, 2024
1 parent ac0896b commit 9fff2b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ public static class Originator {
private String ident;
private Master master;

@JsonIgnore
public boolean isPdlf() {
return getMaster() == Master.PDLF;
}

@JsonIgnore
public boolean isPdl() {
return getMaster() == Master.PDL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public static void main(String[] args) {

SpringApplication.run(PdlForvalterApplicationStarter.class, args);
}
}
}

0 comments on commit 9fff2b1

Please sign in to comment.