Skip to content

Commit 9fff2b1

Browse files
committed
Deploy
#deploy-test-pdl-forvalter #deploy-test-dolly-backend
1 parent ac0896b commit 9fff2b1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

apps/dolly-backend/src/main/java/no/nav/dolly/bestilling/service/OriginatorUtility.java

-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ public static class Originator {
8686
private String ident;
8787
private Master master;
8888

89-
@JsonIgnore
90-
public boolean isPdlf() {
91-
return getMaster() == Master.PDLF;
92-
}
93-
9489
@JsonIgnore
9590
public boolean isPdl() {
9691
return getMaster() == Master.PDL;

apps/pdl-forvalter/src/main/java/no/nav/pdl/forvalter/PdlForvalterApplicationStarter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public static void main(String[] args) {
1010

1111
SpringApplication.run(PdlForvalterApplicationStarter.class, args);
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)