Skip to content

Commit e20a604

Browse files
committed
Removed unnecessary TODO.
1 parent 8be66ba commit e20a604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

camel-cookbook-testing/src/main/java/org/camelcookbook/examples/testing/mockreply/MockReplyRouteBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Simple route that expects a response from a mock endpoint.
2424
*/
2525
public class MockReplyRouteBuilder extends RouteBuilder {
26-
// TODO make inline
26+
2727
@Override
2828
public void configure() {
2929
from("direct:in")

0 commit comments

Comments
 (0)