summaryrefslogtreecommitdiff
path: root/gnu/classpath/ServiceProviderLoadingAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/ServiceProviderLoadingAction.java')
-rw-r--r--gnu/classpath/ServiceProviderLoadingAction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/classpath/ServiceProviderLoadingAction.java b/gnu/classpath/ServiceProviderLoadingAction.java
index b5e59cb4b..9f9dc51cb 100644
--- a/gnu/classpath/ServiceProviderLoadingAction.java
+++ b/gnu/classpath/ServiceProviderLoadingAction.java
@@ -48,9 +48,9 @@ import java.security.PrivilegedExceptionAction;
* <code>PriviledgedAction</code> in order to restrict the loaded
* service providers to the {@link java.security.AccessControlContext}
* that was active when {@link
- * gnu.classpath.ServiceFactory#lookupProviders} was called, even
- * though the actual loading is delayed to the time when the provider
- * is actually needed.
+ * gnu.classpath.ServiceFactory#lookupProviders(Class, ClassLoader)} was
+ * called, even though the actual loading is delayed to the time when the
+ * provider is actually needed.
*
* @author <a href="mailto:brawer@dandelis.ch">Sascha Brawer</a>
*/