Repository: camel Updated Branches: refs/heads/camel-2.14.x 33d6cdfa4 -> 6eb1275ab
fixed a CS error Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6eb1275a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6eb1275a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6eb1275a Branch: refs/heads/camel-2.14.x Commit: 6eb1275ab45a74138ecab7339188bcfe06118784 Parents: 33d6cdf Author: Christian Mueller <cmuel...@apache.org> Authored: Thu Oct 16 11:05:52 2014 +0200 Committer: Christian Mueller <cmuel...@apache.org> Committed: Thu Oct 16 11:05:52 2014 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/component/timer/TimerEndpoint.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6eb1275a/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java b/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java index 89c170e..bc39989 100644 --- a/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java +++ b/camel-core/src/main/java/org/apache/camel/component/timer/TimerEndpoint.java @@ -64,6 +64,10 @@ public class TimerEndpoint extends DefaultEndpoint implements MultipleConsumersS this.timerName = timerName; } + protected TimerEndpoint(String endpointUri, Component component) { + super(endpointUri, component); + } + @Override public TimerComponent getComponent() { return (TimerComponent) super.getComponent(); @@ -192,10 +196,6 @@ public class TimerEndpoint extends DefaultEndpoint implements MultipleConsumersS return getStatus().name(); } - protected TimerEndpoint(String endpointUri, Component component) { - super(endpointUri, component); - } - public Timer getTimer(TimerConsumer consumer) { if (timer != null) { // use custom timer