aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-10-19 21:52:31 +0000
committerJaven O'Neal <onealj@apache.org>2016-10-19 21:52:31 +0000
commit99125ee19173959d42553f78c9ea936648f904b8 (patch)
treef5250e86fe41b26e92a6b26b6066dff811a484fd /src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java
parent9eef74edd1d49ef6b7245faa938c817a7fda2967 (diff)
downloadpoi-99125ee19173959d42553f78c9ea936648f904b8.tar.gz
poi-99125ee19173959d42553f78c9ea936648f904b8.zip
Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java')
-rw-r--r--src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java b/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java
index d68504a04c..c22edf2fc0 100644
--- a/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java
+++ b/src/integrationtest/org/apache/poi/stress/HSMFFileHandler.java
@@ -72,7 +72,8 @@ public class HSMFFileHandler extends POIFSFileHandler {
// }
// a test-case to test this locally without executing the full TestAllFiles
- @Test
+ @Override
+ @Test
public void test() throws Exception {
InputStream stream = new FileInputStream("test-data/hsmf/example_received_regular.msg");
try {