You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/10/12 05:29:48 UTC

[GitHub] [fineract] BLasan removed a comment on pull request #1886: Feat: Node aware job scheduler

BLasan removed a comment on pull request #1886:
URL: https://github.com/apache/fineract/pull/1886#issuecomment-940609520


   ```
   * What went wrong:
   Execution failed for task ':fineract-provider:spotlessJavaCheck'.
   > The following files had format violations:
         fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java
             @@ -1647,7 +1647,8 @@
              ················this.fixedPrincipalPercentagePerInstallment))·{
              ············this.fixedPrincipalPercentagePerInstallment·=·command
              ····················.bigDecimalValueOfParameterNamed(LoanApiConstants.fixedPrincipalPercentagePerInstallmentParamName);
             -············actualChanges.put(LoanApiConstants.fixedPrincipalPercentagePerInstallmentParamName,·this.fixedPrincipalPercentagePerInstallment);
             +············actualChanges.put(LoanApiConstants.fixedPrincipalPercentagePerInstallmentParamName,
             +····················this.fixedPrincipalPercentagePerInstallment);
              ········}
              
              ········return·actualChanges;
   ```
   Spotless Issues in merged commits. 


-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org