Skip to content

Commit

Permalink
Remove unused import package in example
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed May 13, 2020
1 parent 4b5f215 commit bc19266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/saga/Payment.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import org.apache.camel.model.SagaPropagation;
import org.apache.camel.model.rest.RestParamType;
import org.apache.camel.service.lra.LRASagaService;
import org.apache.camel.Exchange;

public class Payment extends RouteBuilder {
@Override
Expand Down

0 comments on commit bc19266

Please sign in to comment.