From 19206458555de6c1043aef8ead96067c3d8bca4d Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj i Gelonch Date: Fri, 19 Sep 2014 12:22:32 +0200 Subject: javaunohelper: use HashMap instead of Hashtable Collection Change-Id: I04e3245342a83df762fbec35a1523021a021f896 Reviewed-on: https://gerrit.libreoffice.org/11547 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'javaunohelper/test/com/sun') diff --git a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java index fc7640ef23ec..57724be79300 100644 --- a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java +++ b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java @@ -25,10 +25,11 @@ import com.sun.star.uno.XComponentContext; import com.sun.star.lang.XComponent; import com.sun.star.lang.XMultiServiceFactory; +import java.util.Map; public class Bootstrap_Test { - static public boolean test( String ini_file, java.util.Map bootstrap_parameters ) + static public boolean test( String ini_file, Map bootstrap_parameters ) throws java.lang.Exception { boolean passed = false; -- cgit