From f2e3020f9d812e89d9b714a7f4725b560c08c56e Mon Sep 17 00:00:00 2001 From: evermind Date: Mon, 28 Nov 2022 13:33:50 +0100 Subject: [PATCH] checkstyle: declare org.jetbrains and javax.annotation Nullable's and NotNull/Nonnull as illegal imports --- checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index ce378a65f..3214a2b0b 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -95,7 +95,9 @@ - + + +