Skip to content

Commit d7cf869

Browse files
authored
Fix JavaDoc for a new method
Signed-off-by: Artem Bilan <[email protected]>
1 parent c1505dc commit d7cf869

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-rabbit-stream/src/main/java/org/springframework/rabbit/stream/listener/StreamListenerContainer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ public StreamListenerContainer(Environment environment, @Nullable Codec codec) {
119119
}
120120

121121
/**
122-
* Get a name of stream this listener listens to.
122+
* Get a stream name this listener is subscribed to.
123+
* @return the stream name this listener is subscribed to.
124+
* @since 3.2.3
123125
*/
124126
public String getStreamName() {
125127
return this.streamName;

0 commit comments

Comments
 (0)