diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:42:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:31:26 +0100 |
commit | a452643b431803b613919871abf1a81de6de3464 (patch) | |
tree | 742b35a02a320f584357b80eb956ea0c94a03e7a /jurt | |
parent | cfffb09b3d6d46c500e3be3fe601a4ff6944d40e (diff) |
Fix typos
Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053
Reviewed-on: https://gerrit.libreoffice.org/47856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/loader/FactoryHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |