Globally changed CheckStyle to Checkstyle

This commit is contained in:
Erik C. Thauvin 2024-10-26 05:52:39 -07:00
parent 51fa6fbab2
commit 2c8c219b81
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@
package rife.bld.extension.checkstyle;
/**
* The Checkstyle output format for XML, sarif and default (plaib) logger.
* The Checkstyle output format for XML, sarif and default (plain) logger.
*/
public enum OutputFormat {
XML("xml"),