Skip to content

Commit 85dfa9a

Browse files
fix: correct labeler configuration for spring-wolf-example path and remove unnecessary annotation from KafkaConsumer
1 parent 37678f3 commit 85dfa9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
"project: springwolf-example":
3030
- changed-files:
31-
- any-glob-to-any-file: 'springwolf-example/**/*'
31+
- any-glob-to-any-file: 'spring-wolf-example/**/*'
3232

3333
"type: dependency-upgrade":
3434
- changed-files:

spring-wolf-example/src/main/java/com/io/example/consumer/KafkaConsumer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
@Slf4j
1616
@Component
17-
@RequiredArgsConstructor
1817
public class KafkaConsumer implements Consumer<KafkaDto> {
1918

2019
@KafkaAsyncOperationBinding(bindingVersion = "1.0.0")

0 commit comments

Comments
 (0)