Remove no longer required checkstyle supression

This commit is contained in:
Florian Schmaus 2015-04-05 10:55:33 +02:00
parent 38dc59eb8e
commit 5ae1fbd25a
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress checks="IllegalImport"
files="Java7HostnameVerifier.java"/>
<!-- GenericWhitespace has some problems with false postive, leave
it disabled until gradle uses a checkstyle version where this is fixed
-->