Commit 3e1d9c1f authored by Per Lundberg's avatar Per Lundberg Committed by Lukas Jungmann
Browse files

Fix typo

Signed-off-by: default avatarPer Lundberg <perlun@gmail.com>
parent 34f041a9
......@@ -51,7 +51,7 @@ class ServiceLoaderUtil {
static Object lookupUsingOSGiServiceLoader(String factoryId, Logger logger) {
try {
// Use reflection to avoid having any dependendcy on ServiceLoader class
// Use reflection to avoid having any dependency on ServiceLoader class
Class serviceClass = Class.forName(factoryId);
Class target = Class.forName(OSGI_SERVICE_LOADER_CLASS_NAME);
Method m = target.getMethod(OSGI_SERVICE_LOADER_METHOD_NAME, Class.class);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment