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 9e1e109  Fixed CS
9e1e109 is described below

commit 9e1e109e2b09e3a039d5d308c8efc59eff3364a2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 23 15:33:56 2020 +0200

    Fixed CS
---
 .../main/java/org/apache/camel/component/olingo2/Olingo2Endpoint.java   | 2 +-
 .../main/java/org/apache/camel/component/olingo4/Olingo4Endpoint.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-olingo2/camel-olingo2-component/src/main/java/org/apache/camel/component/olingo2/Olingo2Endpoint.java
 
b/components/camel-olingo2/camel-olingo2-component/src/main/java/org/apache/camel/component/olingo2/Olingo2Endpoint.java
index f34fc06..188a12d 100644
--- 
a/components/camel-olingo2/camel-olingo2-component/src/main/java/org/apache/camel/component/olingo2/Olingo2Endpoint.java
+++ 
b/components/camel-olingo2/camel-olingo2-component/src/main/java/org/apache/camel/component/olingo2/Olingo2Endpoint.java
@@ -130,7 +130,7 @@ public class Olingo2Endpoint extends 
AbstractApiEndpoint<Olingo2ApiName, Olingo2
                     Object value = known.remove(name);
                     configurer.configure(getCamelContext(), this, name, value, 
true);
                 }
-            };
+            }
         }
         // configure on configuration first to be reflection free
         configurer = 
getCamelContext().adapt(ExtendedCamelContext.class).getConfigurerResolver().resolvePropertyConfigurer(configuration.getClass().getSimpleName(),
 getCamelContext());
diff --git 
a/components/camel-olingo4/camel-olingo4-component/src/main/java/org/apache/camel/component/olingo4/Olingo4Endpoint.java
 
b/components/camel-olingo4/camel-olingo4-component/src/main/java/org/apache/camel/component/olingo4/Olingo4Endpoint.java
index 9415491..09b15b7 100644
--- 
a/components/camel-olingo4/camel-olingo4-component/src/main/java/org/apache/camel/component/olingo4/Olingo4Endpoint.java
+++ 
b/components/camel-olingo4/camel-olingo4-component/src/main/java/org/apache/camel/component/olingo4/Olingo4Endpoint.java
@@ -130,7 +130,7 @@ public class Olingo4Endpoint extends 
AbstractApiEndpoint<Olingo4ApiName, Olingo4
                     Object value = known.remove(name);
                     configurer.configure(getCamelContext(), this, name, value, 
true);
                 }
-            };
+            }
         }
         // configure on configuration first to be reflection free
         configurer = 
getCamelContext().adapt(ExtendedCamelContext.class).getConfigurerResolver().resolvePropertyConfigurer(configuration.getClass().getSimpleName(),
 getCamelContext());

Reply via email to