Updated Branches: refs/heads/master f138f4564 -> 29e4411cf
Resolved the cleanup mistake by the previous revision. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/29e4411c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/29e4411c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/29e4411c Branch: refs/heads/master Commit: 29e4411cf0863e71a2de89a75c87d09cfb2acf59 Parents: f138f45 Author: Babak Vahdat <bvah...@apache.org> Authored: Tue Oct 29 09:25:01 2013 +0100 Committer: Babak Vahdat <bvah...@apache.org> Committed: Tue Oct 29 09:25:01 2013 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/impl/DefaultDebugger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/29e4411c/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java b/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java index 84e91dd..310a0d5 100644 --- a/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java +++ b/camel-core/src/main/java/org/apache/camel/impl/DefaultDebugger.java @@ -122,7 +122,7 @@ public class DefaultDebugger implements Debugger, CamelContextAware { } public void addSingleStepBreakpoint(final Breakpoint breakpoint) { - addSingleStepBreakpoint(breakpoint); + addSingleStepBreakpoint(breakpoint, new Condition[]{}); } public void addSingleStepBreakpoint(final Breakpoint breakpoint, Condition... conditions) {