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 {
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 ;
You can’t perform that action at this time.
0 commit comments