From f0c83f0d3440b9b6f918703dae918dc442ecb2c6 Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Wed, 20 Sep 2017 19:52:03 +0300 Subject: [PATCH] Clean up findbugs exclusions for old XYZRange classes Commit 56e830a removed all the old XYZRange classes from org.apache.lang3.math, and left only the generic Range class. This patch removes the left-over findbugs exclusions for those classes. --- findbugs-exclude-filter.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/findbugs-exclude-filter.xml b/findbugs-exclude-filter.xml index 23dddbdf75b..0e710c4e655 100644 --- a/findbugs-exclude-filter.xml +++ b/findbugs-exclude-filter.xml @@ -80,34 +80,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -