diff options
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 631d941d3ce0..8e27e279dd09 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -881,7 +881,7 @@ class ServiceManagerFactory implements XServiceInfo, XSingleComponentFactory, X * because there is no the <code>ServiceManager</code> has no constructor with * arguments. * <p> - * @return null - allways throws an exception + * @return null - always throws an exception * @param aArguments arguments for new instance. * @see com.sun.star.lang.XSingleServiceFactory */ |