fix findbugs issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-12-16 20:07:23 +00:00
parent 35dad08568
commit 8e37e00054
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ public class HemfComment {
int id;
EmfFormatSignature(int flag) {
EmfFormatSignature(int id) {
this.id = id;
}