Skip to content

Commit 0799715

Browse files
authored
KAFKA-17795 Fix the file path of suppressions.xml to run build on windows (apache#17674)
Reviewers: Chia-Ping Tsai <[email protected]>
1 parent af53758 commit 0799715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,5 @@
353353
files="(ReplicaFetcherThreadBenchmark).java"/>
354354

355355
<!-- Add the new suppression rule for JaasTestUtils.java -->
356-
<suppress checks="ImportControl" files="kafka/security/JaasTestUtils.java" />
356+
<suppress checks="ImportControl" files="(JaasTestUtils).java" />
357357
</suppressions>

0 commit comments

Comments
 (0)