aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2014-02-13 23:34:11 +0000
committerAndreas Beeker <kiwiwings@apache.org>2014-02-13 23:34:11 +0000
commit334aaad728c7e526383f63b0a0f806d266e41880 (patch)
tree38ead875d46c7c13a18f4cd4520fbacfcec5574e /build.xml
parentad8ded4b1d4ae24eb5744633bf72ed7b6cfa50e1 (diff)
downloadpoi-334aaad728c7e526383f63b0a0f806d266e41880.tar.gz
poi-334aaad728c7e526383f63b0a0f806d266e41880.zip
FindBugs fix
- fixed "Field isn't final but should be" - see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4500454aef..914eecc020 100644
--- a/build.xml
+++ b/build.xml
@@ -1405,7 +1405,7 @@ under the License.
</classpath>
</taskdef>
<findbugs home="${findbugs.home}" output="html" outputFile="build/findbugs.html"
- includeFilter="src/resources/devtools/findbugs-filters.xml">
+ excludeFilter="src/resources/devtools/findbugs-filters.xml">
<fileset dir="${dist.dir}">
<include name="poi-${version.id}-*.jar"/>
<include name="poi-scratchpad-${version.id}-*.jar"/>