aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-12-30 22:11:48 +0000
committerDominik Stadler <centic@apache.org>2016-12-30 22:11:48 +0000
commit9dfbbdb480997156f1b30353c9a2f34537924269 (patch)
tree1e81432e570809663b114160004f8f15065ae44a /src/resources
parentbce3c31ea2770a54d4cd2933f47fcc02109e9f5e (diff)
downloadpoi-9dfbbdb480997156f1b30353c9a2f34537924269.tar.gz
poi-9dfbbdb480997156f1b30353c9a2f34537924269.zip
Fix some compilation warnings
Update Javadoc Reformat code somewhat Supress IntelliJ warnings in findbugs-filters.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/devtools/findbugs-filters.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/devtools/findbugs-filters.xml b/src/resources/devtools/findbugs-filters.xml
index 98c2ffb1cd..0355a441a1 100644
--- a/src/resources/devtools/findbugs-filters.xml
+++ b/src/resources/devtools/findbugs-filters.xml
@@ -17,6 +17,7 @@
limitations under the License.
====================================================================
-->
+<!--suppress DeprecatedClassUsageInspection -->
<FindBugsFilter>
<Match>
<Bug code="EI,EI2" pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE,MS_PKGPROTECT,MS_MUTABLE_ARRAY"/>