From e23865873f0b79cb5f4da2883e11483f4aec8319 Mon Sep 17 00:00:00 2001 From: Kariem Hussein Date: Fri, 26 Aug 2016 16:19:34 +0200 Subject: [PATCH] Javadoc wording Issue #464 --- .../sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,