From 32c43c068cbaaa6ed5fa25f701f7cc61c61d7d41 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 11 Jan 2019 19:31:05 +0000 Subject: 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/integrationtest') 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) { } } } -- cgit v1.2.3