vidakovic commented on PR #2455: URL: https://github.com/apache/fineract/pull/2455#issuecomment-1196111703
@hmg65 could it be that you don't have the Lombok IntelliJ plugin installed? On Tue, Jul 26, 2022 at 11:21 PM Hemant Gupta ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In > fineract-provider/src/main/java/org/apache/fineract/accounting/glaccount/data/GLAccountData.java > <https://github.com/apache/fineract/pull/2455#discussion_r930424075>: > > > @@ -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, > > 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. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/fineract/pull/2455#discussion_r930424075>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAC4ZLY24ZTKJDCYVG3ZVMTVWBJF3ANCNFSM54SCWEVA> > . > You are receiving this because you commented.Message ID: > ***@***.***> > -- 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]
