adamsaghy commented on code in PR #5082:
URL: https://github.com/apache/fineract/pull/5082#discussion_r2413690271
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/domain/AbstractAuditableWithUTCDateTimeCustom.java:
##########
@@ -53,19 +53,15 @@ public abstract class
AbstractAuditableWithUTCDateTimeCustom<T extends Serializa
private static final long serialVersionUID = 141481953116476081L;
@Column(name = CREATED_BY_DB_FIELD, updatable = false, nullable = false)
- @Setter(onMethod_ = @Override)
Review Comment:
any reason to remove these?
--
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]