Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# If the below checkstyle:check command complains about missing SNAPSHOT dependencies, then you may need to first run:
# mvn install


# This checks the code style of all source code under the current directory
mvn -U checkstyle:check

...