Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 641 Bytes

File metadata and controls

10 lines (9 loc) · 641 Bytes

Context

Contributor Checklist

  • Added relevant integration or unit tests to verify the changes
  • Update the Readme or any other documentation (including relevant Javadoc)
  • Ensured that tests pass locally: mvn clean package
  • Ensured that the code meets the current checkstyle coding style definition: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B