We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d426a22 commit f674bcfCopy full SHA for f674bcf
spring-boot-starter-camunda/src/main/java/io/camunda/zeebe/spring/client/CamundaAutoConfiguration.java
@@ -48,7 +48,7 @@ public class CamundaAutoConfiguration {
48
@Bean
49
@ConditionalOnMissingBean(
50
SpringZeebeTestContext
51
- .class) // only run if we are not running in a test case - as otherwise the the lifecycle
+ .class) // only run if we are not running in a test case - as otherwise the lifecycle
52
// is controlled by the test
53
public ZeebeLifecycleEventProducer zeebeLifecycleEventProducer(
54
final ZeebeClient client, final ApplicationEventPublisher publisher) {
0 commit comments