Skip to content

Commit

Permalink
fixing filenames for camel rules (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-hurley committed Apr 14, 2023
1 parent b9e5d10 commit 3908e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* A Camel Java DSL Router
*/
public class MyRouteBuilder extends RouteBuilder {
public class MyRouteBuilder2 extends RouteBuilder {

public void configure() {

Expand All @@ -17,4 +17,4 @@ public void configure() {
KafkaConfiguration kafkaConfiguration = new KafkaConfiguration();
kafkaConfiguration.setCircularTopicDetection(false);
}
}
}

0 comments on commit 3908e9d

Please sign in to comment.