adamsaghy commented on code in PR #3764: URL: https://github.com/apache/fineract/pull/3764#discussion_r1502965375
########## fineract-savings/src/main/java/org/apache/fineract/interoperation/domain/InteropIdentifier.java: ########## @@ -29,11 +29,18 @@ import jakarta.validation.constraints.NotNull; import java.time.LocalDateTime; import java.util.Objects; + +import lombok.Getter; +import lombok.NoArgsConstructor; +import lombok.Setter; import org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom; import org.apache.fineract.infrastructure.core.service.DateUtils; import org.apache.fineract.portfolio.savings.domain.SavingsAccount; @Entity +@Setter Review Comment: None of the setters are used. I dont think we need to have it at all! -- 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]
