vidakovic commented on code in PR #6167:
URL: https://github.com/apache/fineract/pull/6167#discussion_r3747886932


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/modules/ChargeRequestBuilders.java:
##########
@@ -18,7 +18,7 @@
  */
 package org.apache.fineract.integrationtests.client.feign.modules;
 
-import org.apache.fineract.client.models.ChargeRequest;
+import org.apache.fineract.client.models.ChargeCreateRequest;
 import org.apache.fineract.integrationtests.common.Utils;
 
 public final class ChargeRequestBuilders {

Review Comment:
   Why not `@Builder` annotation? Default values can be added at the attribute 
level `@Builder.Default`. Saves a whole class.



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