From 616b3ad50404f35d84708b3feeb8c66f2f23f1b1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 15:29:21 +0200 Subject: java: remove exceptions from throws clauses that are not .. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10 --- javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'javaunohelper/test/com/sun') diff --git a/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java b/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java index bb8d053ebcfa..092c9fcfc291 100644 --- a/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java +++ b/javaunohelper/test/com/sun/star/lib/uno/helper/Factory_Test.java @@ -50,7 +50,6 @@ public class Factory_Test } public Factory_Test( XComponentContext xContext ) - throws com.sun.star.uno.Exception { if (null == xContext.getValueByName( "/singletons/com.sun.star.lang.theServiceManager" )) { @@ -60,7 +59,6 @@ public class Factory_Test } public static Object __create( XComponentContext xContext ) - throws com.sun.star.uno.Exception { return new Factory_Test( xContext ); } -- cgit