Skip to content

Commit 9fbda1b

Browse files
committed
AST-8622 SAST description
- Completely remove description from Data
1 parent 6ff090e commit 9fbda1b

File tree

1 file changed

+0
-3
lines changed
  • src/main/java/com/checkmarx/ast/results/result

1 file changed

+0
-3
lines changed

src/main/java/com/checkmarx/ast/results/result/Data.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public class Data {
2020
String group;
2121
String resultHash;
2222
String languageName;
23-
@Deprecated String description;
2423
String platform;
2524
String issueType;
2625
String expectedValue;
@@ -35,7 +34,6 @@ public Data(@JsonProperty("queryId") String queryId,
3534
@JsonProperty("group") String group,
3635
@JsonProperty("resultHash") String resultHash,
3736
@JsonProperty("languageName") String languageName,
38-
@JsonProperty("description") String description,
3937
@JsonProperty("platform") String platform,
4038
@JsonProperty("issueType") String issueType,
4139
@JsonProperty("expectedValue") String expectedValue,
@@ -49,7 +47,6 @@ public Data(@JsonProperty("queryId") String queryId,
4947
this.group = group;
5048
this.resultHash = resultHash;
5149
this.languageName = languageName;
52-
this.description = description;
5350
this.platform = platform;
5451
this.issueType = issueType;
5552
this.expectedValue = expectedValue;

0 commit comments

Comments
 (0)