kapil-panchal commented on code in PR #4971: URL: https://github.com/apache/fineract/pull/4971#discussion_r2362601530
########## fineract-core/src/main/java/org/apache/fineract/organisation/monetary/domain/ApplicationCurrency.java: ########## @@ -21,9 +21,19 @@ import jakarta.persistence.Column; import jakarta.persistence.Entity; import jakarta.persistence.Table; +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Getter; +import lombok.NoArgsConstructor; +import lombok.Setter; import org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom; import org.apache.fineract.organisation.monetary.data.CurrencyData; +@Builder Review Comment: Sure I will remove the Builder. -- 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]
