This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new 3b75494 chore: fix CS
3b75494 is described below
commit 3b75494ef07cb2fd86c4f95e0f58c93bab3b8707
Author: lburgazzoli <[email protected]>
AuthorDate: Mon Oct 14 17:23:20 2019 +0200
chore: fix CS
---
.../java/org/apache/camel/component/knative/KnativeComponent.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
index 5529485..3cb34c2 100644
---
a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
+++
b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeComponent.java
@@ -39,10 +39,10 @@ import org.slf4j.LoggerFactory;
@Component("knative")
public class KnativeComponent extends DefaultComponent {
- private static final Logger LOGGER =
LoggerFactory.getLogger(KnativeComponent.class);
-
public static final String CONFIGURATION_ENV_VARIABLE =
"CAMEL_KNATIVE_CONFIGURATION";
+ private static final Logger LOGGER =
LoggerFactory.getLogger(KnativeComponent.class);
+
private KnativeConfiguration configuration;
private String environmentPath;