hmg65 commented on code in PR #2455:
URL: https://github.com/apache/fineract/pull/2455#discussion_r930424075
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/glaccount/data/GLAccountData.java:
##########
@@ -132,14 +135,6 @@ private GLAccountData(String name, Long parentId, String
glCode, Boolean manualE
this.allowedExpensesTagOptions = null;
}
- public Integer getRowIndex() {
- return rowIndex;
- }
-
- public CodeValueData getTagId() {
- return tagId;
- }
-
public GLAccountData(final Long id, final String name, final Long
parentId, final String glCode, final boolean disabled,
Review Comment:
annotating with @RequiredArgsConstructor gives an error at lines 194-195.
error : cannot resolve constructor
I guess the constructor is not generated here even after applying
@RequiredArgsConstructor.
--
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]