From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001
From: Andrea Gelmini The JavaLoader
tries to load the class first. If a
* loacation URL is given the RegistrationClassFinder is used to load the
- * class. Otherwise the class is loaded thru the Class.forName method.
To get the factory the inspects the class for the optional static member * functions __getServiceFactory resp. getServiceFactory (DEPRECATED).
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 6bb0bf5f90e2..54c53493d2c6 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -515,7 +515,7 @@ public class ServiceManager implements XMultiServiceFactory, } /** - * Provides an enumeration of of all factorys for a specified service. + * Provides an enumeration of all factories for a specified service. * * @param serviceName name of the requested service. * @return an enumeration for service name. -- cgit