Set back throw count to 0

This commit is contained in:
Ben Woo 2023-09-12 00:15:13 +08:00
parent dd4b01f922
commit 1dfdb611c6
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -134,7 +134,7 @@
<module name="MutableException"/>
<module name="OneTopLevelClass"/>
<module name="ThrowsCount">
<property name="max" value="2"/>
<property name="max" value="0"/>
</module>
<module name="VisibilityModifier">
<property name="protectedAllowed" value="true"/>