1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Remove package-info.java from test packages

as otherwhise eclipse will complain "The type package-info is already
defined".
This commit is contained in:
Florian Schmaus 2015-04-05 10:48:00 +02:00
parent ee429b5d8b
commit 0a6ac76447
71 changed files with 2 additions and 170 deletions

View file

@ -10,4 +10,6 @@ it disabled until gradle uses a checkstyle version where this is fixed
-->
<suppress checks="GenericWhitespace"
files="Protocol.java" />
<!-- Suppress JavadocPackage in the test packages -->
<suppress checks="JavadocPackage" files="[\\/]test[\\/]"/>
</suppressions>