Skip to content

Commit 82a6b3e

Browse files
committed
mark impact as nullable
1 parent bae1b5a commit 82a6b3e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/io/securecodebox/persistence/defectdojo/models

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public class Finding extends DefectDojoModel {
6161
String mitigation;
6262

6363
@JsonProperty
64-
@NonNull
6564
String impact;
6665

6766
@JsonProperty

0 commit comments

Comments
 (0)