This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit e1c869e6e033337358aa357f3af9b5ad989e56d1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 15 15:13:59 2023 +0000

    Undo unintentional change
---
 res/checkstyle/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index 6c4b1e9b78..c8def1716a 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -90,7 +90,7 @@
         <!-- Disabled. Large number of errors with minimal benefit to be 
gained by fixing at this time. ~1500 errors -->
         <property name="checkFirstSentence" value="false"/>
         <!-- Disabled. Large number of errors with minimal benefit to be 
gained by fixing at this time. ~1400 errors -->
-        <property name="checkEmptyJavadoc" value="true"/>
+        <property name="checkEmptyJavadoc" value="false"/>
         <!-- Does not handle HTML tags in {@code ...} correctly -->
         <property name="checkHtml" value="false"/>
     </module>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to