From aac61b86c87c1f007db34f4cb3787946aedb1ea9 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 15 Jul 2025 13:37:30 +0200 Subject: [PATCH] Revert "Disallow @org.jetbrains.annotations.Nullable imports" This reverts commit 6e6280a42c6ed3c9446f23bdf2981e6dd51c93ce. See gh-35114 See gh-35195 --- src/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index a0e0b8d47f4..d7ba423332f 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -107,7 +107,7 @@ + value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable)$"/>