mirror of https://github.com/apache/poi.git
Fix deprecated warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0f8fcc9ee
commit
700adf1389
|
@ -53,7 +53,7 @@ public class DirectoryChunk extends Chunk {
|
|||
* object to process it with.
|
||||
*/
|
||||
public MAPIMessage getAsEmbededMessage() throws IOException {
|
||||
return new MAPIMessage(dir, dir.getFileSystem());
|
||||
return new MAPIMessage(dir);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue