Skip to content

Commit e1f23f4

Browse files
authored
Merge pull request #20 from wurstbrot/feat/newModels
fix attribute expiration_date_warned
2 parents b5ed059 + 0cddfa9 commit e1f23f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/models/RiskAcceptance.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public class RiskAcceptance extends DefectDojoModel {
5454
@JsonProperty
5555
String expiration_date;
5656

57-
@JsonProperty
58-
LocalDateTime expiration_date_warned;
59-
6057
@JsonProperty
6158
Boolean expiration_date_handled;
6259

0 commit comments

Comments
 (0)