Repository: camel Updated Branches: refs/heads/camel-2.12.x 85f3b08c1 -> 7a7f142ac
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/7a7f142a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7a7f142a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7a7f142a Branch: refs/heads/camel-2.12.x Commit: 7a7f142ac30bc218ab6ddc930fcafb2189696f79 Parents: 85f3b08 Author: cmueller <cmuel...@apache.org> Authored: Wed Oct 15 20:00:40 2014 +0200 Committer: cmueller <cmuel...@apache.org> Committed: Wed Oct 15 20:00:40 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/7a7f142a/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 7056ab3..1b1d1e5 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(); @@ -187,10 +191,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