adamsaghy commented on code in PR #5658:
URL: https://github.com/apache/fineract/pull/5658#discussion_r2995716259


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/SchedulerJobHelper.java:
##########
@@ -58,6 +59,12 @@ public class SchedulerJobHelper {
     private final ResponseSpecification response200Spec;
     private final ResponseSpecification response202Spec;
 
+    public SchedulerJobHelper() {
+        this.requestSpec = null;
+        this.response200Spec = null;
+        this.response202Spec = null;

Review Comment:
   IF these are not used anymore, please delete them!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to