You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/09/21 10:48:31 UTC

[lang] Fix typo stateme->statement

Repository: commons-lang
Updated Branches:
  refs/heads/master 466244ce3 -> be31b6eb2


Fix typo stateme->statement

This closes #288


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/be31b6eb
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/be31b6eb
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/be31b6eb

Branch: refs/heads/master
Commit: be31b6eb244d6ec757d6c27c4c2682ea38bd197a
Parents: 466244c
Author: Allon Mureinik <am...@redhat.com>
Authored: Thu Sep 21 13:28:09 2017 +0300
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Thu Sep 21 22:48:03 2017 +1200

----------------------------------------------------------------------
 findbugs-exclude-filter.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/be31b6eb/findbugs-exclude-filter.xml
----------------------------------------------------------------------
diff --git a/findbugs-exclude-filter.xml b/findbugs-exclude-filter.xml
index 0e710c4..864b076 100644
--- a/findbugs-exclude-filter.xml
+++ b/findbugs-exclude-filter.xml
@@ -130,7 +130,7 @@
     <Bug pattern="SF_SWITCH_NO_DEFAULT" />
   </Match>
 
-  <!-- Reason: The fallthrough on the swich stateme is intentional -->
+  <!-- Reason: The fallthrough on the swich statement is intentional -->
   <Match>
     <Class name="org.apache.commons.lang3.time.FastDatePrinter"/>
     <Method name="appendFullDigits" params="java.lang.Appendable, int, int"/>