From 71912fde628b6f9a2cb066933f2cae3c29a96ebf Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 17 Oct 2016 09:49:44 +0200 Subject: Nonfunctional changes --- container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container-core') diff --git a/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java b/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java index 986dde43f6a..2b48918cb70 100644 --- a/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java +++ b/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java @@ -59,7 +59,7 @@ public class OsgiImpl implements Osgi { return (Class) bundle.loadClass(spec.classId.getName()); } catch (ClassNotFoundException e) { throw new IllegalArgumentException("Could not load class '" + spec.classId.getName() + - "' from bundle " + bundle, e); + "' from bundle " + bundle, e); } } -- cgit v1.2.3