Skip to content

Commit f145498

Browse files
committed
fix: remove notes as they are an other object and not a string
1 parent a88ca8c commit f145498

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

-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ public class RiskAcceptance extends DefectDojoModel {
6969
@JsonProperty
7070
Long owner;
7171

72-
@JsonProperty
73-
String notes;
74-
7572
@Override
7673
public boolean equalsQueryString(Map<String, Object> queryParams) {
7774
if (queryParams.containsKey("id") && queryParams.get("id").equals(this.id)) {

0 commit comments

Comments
 (0)