Fix typo stateme->statement

This closes #288
This commit is contained in:
Allon Mureinik 2017-09-21 13:28:09 +03:00 committed by Bruno P. Kinoshita
parent 466244ce3d
commit be31b6eb24
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
<Bug pattern="SF_SWITCH_NO_DEFAULT" /> <Bug pattern="SF_SWITCH_NO_DEFAULT" />
</Match> </Match>
<!-- Reason: The fallthrough on the swich stateme is intentional --> <!-- Reason: The fallthrough on the swich statement is intentional -->
<Match> <Match>
<Class name="org.apache.commons.lang3.time.FastDatePrinter"/> <Class name="org.apache.commons.lang3.time.FastDatePrinter"/>
<Method name="appendFullDigits" params="java.lang.Appendable, int, int"/> <Method name="appendFullDigits" params="java.lang.Appendable, int, int"/>