diff --git a/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java b/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java index 5de9d4eb3b..62ffdba7e2 100644 --- a/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java +++ b/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java @@ -29,7 +29,7 @@ *

Rationale: Putting this comma in makes is easier to change the order of the elements or add * new elements at the end of the list. * - *

The following is a valid enum type declaration: + *

The following is a normal enum type declaration: *

  * enum Type {
  *     ALPHA,