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 4131e1f Polished
4131e1f is described below
commit 4131e1f7b5b52747882e96a0ace6ae97d62ca0ec
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun May 12 10:19:21 2019 +0200
Polished
---
core/camel-core/src/main/java/org/apache/camel/main/MainSupport.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/core/camel-core/src/main/java/org/apache/camel/main/MainSupport.java
b/core/camel-core/src/main/java/org/apache/camel/main/MainSupport.java
index c7f8b0c..c024fe4 100644
--- a/core/camel-core/src/main/java/org/apache/camel/main/MainSupport.java
+++ b/core/camel-core/src/main/java/org/apache/camel/main/MainSupport.java
@@ -979,7 +979,6 @@ public abstract class MainSupport extends ServiceSupport {
}
}
-
String stringValue = value != null ? value.toString() : null;
boolean hit = false;