mirror of https://github.com/apache/poi.git
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:
parent
35dad08568
commit
8e37e00054
|
@ -355,7 +355,7 @@ public class HemfComment {
|
|||
|
||||
int id;
|
||||
|
||||
EmfFormatSignature(int flag) {
|
||||
EmfFormatSignature(int id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue