From a452643b431803b613919871abf1a81de6de3464 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 12:42:46 +0100 Subject: Fix typos Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053 Reviewed-on: https://gerrit.libreoffice.org/47856 Tested-by: Jenkins Reviewed-by: Julien Nabet --- jurt/com/sun/star/comp/loader/FactoryHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index dce8818384db..d6e28435d9b5 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java @@ -136,8 +136,8 @@ public class FactoryHelper { } } - if(_constructor == null) // have not found a useable constructor - throw new com.sun.star.uno.RuntimeException(getClass().getName() + " can not find a useable constructor"); + if(_constructor == null) // have not found a usable constructor + throw new com.sun.star.uno.RuntimeException(getClass().getName() + " can not find a usable constructor"); } private final XMultiServiceFactory getSMgr( XComponentContext xContext ) -- cgit v1.2.3