aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi/stress/FileHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/integrationtest/org/apache/poi/stress/FileHandler.java')
-rw-r--r--src/integrationtest/org/apache/poi/stress/FileHandler.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/FileHandler.java b/src/integrationtest/org/apache/poi/stress/FileHandler.java
index c1888e7314..aef3878afa 100644
--- a/src/integrationtest/org/apache/poi/stress/FileHandler.java
+++ b/src/integrationtest/org/apache/poi/stress/FileHandler.java
@@ -32,9 +32,10 @@ public interface FileHandler {
* Closing is handled by the framework outside this call.
*
* @param stream The input stream to read the file from.
+ * @param path the relative path to the file
* @throws Exception If an error happens in the file-specific handler
*/
- void handleFile(InputStream stream) throws Exception;
+ void handleFile(InputStream stream, String path) throws Exception;
/**
* Ensures that extracting text from the given file