#2466: Use switch in "BungeeCord" plugin message handling

This commit is contained in:
Janmm14
2021-10-09 09:25:29 +11:00
committed by md_5
parent 5cf869df1a
commit d8e293842f
2 changed files with 214 additions and 191 deletions

View File

@@ -33,6 +33,7 @@
<!-- See http://checkstyle.sourceforge.net/config_filters.html -->
<module name="SuppressionCommentFilter"/>
<module name="SuppressWarningsHolder"/>
<!-- See http://checkstyle.sourceforge.net/config_imports.html -->
<module name="AvoidStarImport"/>
@@ -84,4 +85,6 @@
<module name="Indentation"/>
<module name="UpperEll"/>
</module>
<module name="SuppressWarningsFilter"/>
</module>