Skip to content

Commit

Permalink
fix(e2e): route class name
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Mar 28, 2023
1 parent feac6ab commit 3280f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/namespace/native/files/Java2.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import org.apache.camel.builder.RouteBuilder;

public class Java extends RouteBuilder {
public class Java2 extends RouteBuilder {
@Override
public void configure() throws Exception {
from("timer:tick")
Expand Down

0 comments on commit 3280f32

Please sign in to comment.