You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/08/06 10:13:40 UTC

[2/3] camel git commit: Fixed CS

Fixed CS


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ca7e0c7e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ca7e0c7e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ca7e0c7e

Branch: refs/heads/camel-2.15.x
Commit: ca7e0c7ee78b319ce429e05cb95d6eceddb494d8
Parents: c3fc758
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Aug 6 10:20:41 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Aug 6 10:20:41 2015 +0200

----------------------------------------------------------------------
 camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ca7e0c7e/camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java b/camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java
index 63380a4..5c23351 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/osgi/Activator.java
@@ -88,7 +88,7 @@ public class Activator implements BundleActivator, BundleTrackerCustomizer {
     private long bundleId;
 
     // Map from package name to the capability we export for this package
-    private final Map<String, BundleCapability> packageCapabilities = new HashMap<>();
+    private final Map<String, BundleCapability> packageCapabilities = new HashMap<String, BundleCapability>();
 
     public void start(BundleContext context) throws Exception {
         LOG.info("Camel activator starting");