dev.folio.org/guidelines/contributing
This project follows the Google Java Style for code formatting. To ensure consistency in the codebase, please format your code according to these guidelines before submitting a pull request.
Use mvn spotless:check
to check for formatting violations and mvn spotless:apply
to
automatically fix them.