Fix typo.

This commit is contained in:
Gary Gregory 2021-12-09 08:58:32 -05:00
parent 0a5ac85312
commit ecf744f6c6
1 changed files with 1 additions and 1 deletions

View File

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