You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
387 B
XML
13 lines
387 B
XML
6 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!DOCTYPE suppressions PUBLIC
|
||
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||
|
|
||
|
<suppressions>
|
||
|
<suppress checks="FileLength"
|
||
6 years ago
|
files="JCache.java|RedissonMapCache.java"/>
|
||
6 years ago
|
<suppress checks="NestedTryDepth"
|
||
|
files="JCache.java"
|
||
|
lines="785-845"/>
|
||
|
</suppressions>
|