summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-10-17 09:49:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-10-17 09:49:44 +0200
commit71912fde628b6f9a2cb066933f2cae3c29a96ebf (patch)
tree72ba000f2af3c2c803bbb30a45224f5bf2f04b4b /container-core
parentd3128af7e81b9c92e07176520e85ecec4158a71c (diff)
Nonfunctional changes
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java2
1 files changed, 1 insertions, 1 deletions
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<Object>) 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);
}
}