Skip to content

Commit 538be62

Browse files
committed
Fix java doc of MessageBindingProcessor after rebase
1 parent 632f9e9 commit 538be62

File tree

1 file changed

+1
-1
lines changed
  • springwolf-core/src/main/java/io/github/stavshamir/springwolf/asyncapi/scanners/channels/operationdata/annotation

1 file changed

+1
-1
lines changed

springwolf-core/src/main/java/io/github/stavshamir/springwolf/asyncapi/scanners/channels/operationdata/annotation/MessageBindingProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public interface MessageBindingProcessor {
99

1010
/**
11-
* Process the methods annotated with {@link AsyncPublisher} and {@link AsyncSubscriber}
11+
* Process the methods annotated with {@link AsyncPublisher} and {@link AsyncListener}
1212
* for protocol specific messageBinding annotations, method parameters, etc
1313
*
1414
* @param method The method being annotated

0 commit comments

Comments
 (0)