adamsaghy commented on PR #5703:
URL: https://github.com/apache/fineract/pull/5703#issuecomment-4194474254

   Please fix the errors:
   ```
     where T is a type-variable:
       T extends Object declared in method 
<T>performServerGet(RequestSpecification,ResponseSpecification,String,String)
   
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/common/NotificationHelper.java:49:
 error: incompatible types: Call is not a functional interface
           return Calls.ok(() -> 
FineractClientHelper.getFineractClient().notifications().getAllNotifications(null,
 1, 0, null, null));
                       ^
       multiple non-overriding abstract methods found in interface Call
   
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/common/NotificationHelper.java:49:
 error: cannot find symbol
           return Calls.ok(() -> 
FineractClientHelper.getFineractClient().notifications().getAllNotifications(null,
 1, 0, null, null));
                                                                         ^
     symbol:   method notifications
     
       where T is a type-variable:
       T extends Object declared in method 
<T>performServerGet(RequestSpecification,ResponseSpecification,String,String)
   
/home/runner/work/fineract/fineract/integration-tests/src/test/java/org/apache/fineract/integrationtests/common/charges/ChargesHelper.java:616:
 error: cannot find symbol
           return 
Calls.ok(FineractClientHelper.getFineractClient().charges().createCharge(chargeRequest));
                           


-- 
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