Skip to content

Commit

Permalink
CAMEL-10685: More generic CDI route builder class name
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 13, 2017
1 parent ed0bae4 commit b70a69f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -25,7 +25,7 @@
*
* @version
*/
public abstract class JtaRouteBuilder extends RouteBuilder {
public abstract class CdiRouteBuilder extends RouteBuilder {

/**
* Creates a transaction error handler that will lookup in application
Expand All @@ -36,5 +36,4 @@ public abstract class JtaRouteBuilder extends RouteBuilder {
public JtaTransactionErrorHandlerBuilder transactionErrorHandler() {
return new JtaTransactionErrorHandlerBuilder();
}

}

0 comments on commit b70a69f

Please sign in to comment.