From b6a18f479ccf7a61a6d23612156085c05ed9e6d2 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sun, 13 Jul 2025 11:33:56 +0900 Subject: [PATCH] Remove redundant value from illegalClasses for IllegalImportCheck See gh-35114 Signed-off-by: Johnny Lim --- 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 a0e0b8d47f49..25aa726460eb 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)"/>