File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/main/java/com/checkmarx/ast/results/result Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public class Data {
20
20
String group ;
21
21
String resultHash ;
22
22
String languageName ;
23
- @ Deprecated String description ;
24
23
String platform ;
25
24
String issueType ;
26
25
String expectedValue ;
@@ -35,7 +34,6 @@ public Data(@JsonProperty("queryId") String queryId,
35
34
@ JsonProperty ("group" ) String group ,
36
35
@ JsonProperty ("resultHash" ) String resultHash ,
37
36
@ JsonProperty ("languageName" ) String languageName ,
38
- @ JsonProperty ("description" ) String description ,
39
37
@ JsonProperty ("platform" ) String platform ,
40
38
@ JsonProperty ("issueType" ) String issueType ,
41
39
@ JsonProperty ("expectedValue" ) String expectedValue ,
@@ -49,7 +47,6 @@ public Data(@JsonProperty("queryId") String queryId,
49
47
this .group = group ;
50
48
this .resultHash = resultHash ;
51
49
this .languageName = languageName ;
52
- this .description = description ;
53
50
this .platform = platform ;
54
51
this .issueType = issueType ;
55
52
this .expectedValue = expectedValue ;
You can’t perform that action at this time.
0 commit comments