Skip to content

Commit b6a18f4

Browse files
committed
Remove redundant value from illegalClasses for IllegalImportCheck
See gh-35114 Signed-off-by: Johnny Lim <[email protected]>
1 parent b48f65a commit b6a18f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<property name="id" value="bannedImports"/>
108108
<property name="regexp" value="true"/>
109109
<property name="illegalClasses"
110-
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable),^org\.jetbrains\.annotations\.Nullable$"/>
110+
value="^reactor\.core\.support\.Assert,^org\.slf4j\.LoggerFactory,^(?!org\.jspecify|\.annotations).*(NonNull|Nullable)"/>
111111
</module>
112112
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
113113
<property name="id" value="bannedJUnit3Imports"/>

0 commit comments

Comments
 (0)