From 91064b0ef0b06a3db17f10ea0052eafd571ef244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Schweppenh=C3=A4user?= Date: Fri, 31 May 2024 10:13:00 +0200 Subject: [PATCH] chore(checkstyle): set validateThrows to false (see http://www.javapractices.com/topic/TopicAction.do?Id=171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Schweppenhäuser --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 723d46e24..be4f9b028 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -265,7 +265,7 @@ - +