This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 03f85b2  CAMEL-12987: Fixed CS
03f85b2 is described below

commit 03f85b2381053349213159efbf99393c823702d2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Dec 9 10:53:35 2018 +0100

    CAMEL-12987: Fixed CS
---
 .../main/java/org/apache/camel/core/osgi/OsgiCamelContextHelper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiCamelContextHelper.java
 
b/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiCamelContextHelper.java
index 2b9b1fc..80eb64d 100644
--- 
a/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiCamelContextHelper.java
+++ 
b/components/camel-core-osgi/src/main/java/org/apache/camel/core/osgi/OsgiCamelContextHelper.java
@@ -58,7 +58,7 @@ public final class OsgiCamelContextHelper {
 
         OsgiServiceRegistry osgiServiceRegistry = null;
         Registry resultingRegistry = registry;
-        if(registry instanceof OsgiServiceRegistry) {
+        if (registry instanceof OsgiServiceRegistry) {
             osgiServiceRegistry = (OsgiServiceRegistry)registry;
         } else {
             LOG.debug("Wrapping Registry in OsgiServiceRegistry");

Reply via email to