diff options
Diffstat (limited to 'src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java b/src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java index 9b7d03f8a5..a9845b6fda 100644 --- a/src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java +++ b/src/integrationtest/org/apache/poi/stress/XDGFFileHandler.java @@ -25,7 +25,7 @@ import org.junit.Test; public class XDGFFileHandler extends AbstractFileHandler { @Override - public void handleFile(InputStream stream) throws Exception { + public void handleFile(InputStream stream, String path) throws Exception { // ignore password protected files if (POIXMLDocumentHandler.isEncrypted(stream)) return; |