Aman-Mittal commented on PR #22:
URL:
https://github.com/apache/fineract-loan-origination/pull/22#issuecomment-4729005014
@KRYSTALM7 Apply Spotless Error: Failed to execute goal
com.diffplug.spotless:spotless-maven-plugin:3.6.0:check (default) on project
fineract-loan-origination: The following files had format violations:
Error:
src/main/java/org/apache/fineract/los/statemachine/LoanOriginationStateMachine.java
Error: @@ -22,9 +22,9 @@
Error: import·java.util.Set;
Error: import·lombok.RequiredArgsConstructor;
Error: import·lombok.extern.slf4j.Slf4j;
Error: -import·org.apache.fineract.los.exception.LosErrorConstants;
Error: import·org.apache.fineract.los.domain.LoanApplication;
Error:
import·org.apache.fineract.los.domain.enums.LoanApplicationStatus;
Error: +import·org.apache.fineract.los.exception.LosErrorConstants;
Error: import·org.springframework.stereotype.Component;
Error:
Error: /**
Error:
src/main/java/org/apache/fineract/los/statemachine/LoanStateTransitionException.java
Error: @@ -19,8 +19,8 @@
Error:
Error: package·org.apache.fineract.los.statemachine;
Error:
Error:
+import·org.apache.fineract.los.domain.enums.LoanApplicationStatus;
Error: import·org.apache.fineract.los.exception.LosErrorConstants;
Error:
-import·org.apache.fineract.los.domain.enums.LoanApplicationStatus;
Error:
Error: /**
Error:
·*·Thrown·when·an·invalid·state·transition·is·attempted·on·a·{@link
Error: Run 'mvn spotless:apply' to fix these violations.
Error: -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e
switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please
read the following articles:
Error: [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Error: Process completed with exit code 1.
--
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]