aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-12-16 20:07:23 +0000
committerPJ Fanning <fanningpj@apache.org>2018-12-16 20:07:23 +0000
commit8e37e0005400b3255a33721c3cd73e746c43f83e (patch)
tree13a3cb00d42e6f791943d2367da4b4ea9b2a70e2
parent35dad08568ba9b4e79b48e48d7b7125626b69c44 (diff)
downloadpoi-8e37e0005400b3255a33721c3cd73e746c43f83e.tar.gz
poi-8e37e0005400b3255a33721c3cd73e746c43f83e.zip
fix findbugs issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849044 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/scratchpad/src/org/apache/poi/hemf/record/emf/HemfComment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scratchpad/src/org/apache/poi/hemf/record/emf/HemfComment.java b/src/scratchpad/src/org/apache/poi/hemf/record/emf/HemfComment.java
index 6b8bd13df9..3162ef5e27 100644
--- a/src/scratchpad/src/org/apache/poi/hemf/record/emf/HemfComment.java
+++ b/src/scratchpad/src/org/apache/poi/hemf/record/emf/HemfComment.java
@@ -355,7 +355,7 @@ public class HemfComment {
int id;
- EmfFormatSignature(int flag) {
+ EmfFormatSignature(int id) {
this.id = id;
}