From a7c730f34dffebbf15195bd617b7e02b55176fe8 Mon Sep 17 00:00:00 2001 From: Yi Hsuen Date: Sun, 29 May 2022 14:35:07 +0800 Subject: [PATCH] Update check comments The JavadocType and JavadocMethod checks are meant to check that the Javadoc comments follow the appropriate format. On the other hand, the MissingJavadocMethodCheck checks whether the method has missing Javadoc. Let's update the comments to describe these checks. --- config/checkstyle/checkstyle.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index ca472b955df..0b2e6346c9b 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -376,12 +376,12 @@ JAVADOC CHECKS --> - + - + @@ -393,6 +393,7 @@ +