aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-01-11 19:31:05 +0000
committerDominik Stadler <centic@apache.org>2019-01-11 19:31:05 +0000
commit32c43c068cbaaa6ed5fa25f701f7cc61c61d7d41 (patch)
tree86ec615a563294a6163b0f43eb23c72bfa9b3b2b /src/integrationtest
parenta1a179729905b237dbdbfa96337357965d766fab (diff)
downloadpoi-32c43c068cbaaa6ed5fa25f701f7cc61c61d7d41.tar.gz
poi-32c43c068cbaaa6ed5fa25f701f7cc61c61d7d41.zip
IDE and JavaDoc fixes, move/remove some unfixed tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1851089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java
index 33bd696195..6daf088ac3 100644
--- a/src/integrationtest/org/apache/poi/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/TestAllFiles.java
@@ -474,15 +474,15 @@ public class TestAllFiles {
public static class NullFileHandler implements FileHandler {
@Override
- public void handleFile(InputStream stream, String path) throws Exception {
+ public void handleFile(InputStream stream, String path) {
}
@Override
- public void handleExtracting(File file) throws Exception {
+ public void handleExtracting(File file) {
}
@Override
- public void handleAdditional(File file) throws Exception {
+ public void handleAdditional(File file) {
}
}
}