From 3bd57cc2c0cabf33799edc57d3dd1c90c7857ecd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 Jun 2015 15:24:08 +0200 Subject: java:remove more unnecessary catch/re-throw Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- unotest/source/java/org/openoffice/test/UnoApiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotest/source') diff --git a/unotest/source/java/org/openoffice/test/UnoApiTest.java b/unotest/source/java/org/openoffice/test/UnoApiTest.java index b99f4aaf99af..bf8948ceb4f6 100644 --- a/unotest/source/java/org/openoffice/test/UnoApiTest.java +++ b/unotest/source/java/org/openoffice/test/UnoApiTest.java @@ -33,7 +33,7 @@ public final class UnoApiTest { connection.tearDown(); } - @Test public void test() { + @Test public void test() throws Exception { assertTrue( Runner.run( "-sce", Argument.get("sce"), "-xcl", Argument.get("xcl"), "-tdoc", -- cgit