Skip to content

Commit c1505dc

Browse files
authored
added this selector and javadoc author list
Signed-off-by: David Horak <[email protected]>
1 parent c498b86 commit c1505dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
* @author Christian Tzolov
5858
* @author Ngoc Nhan
5959
* @author Artem Bilan
60+
* @author David Horak
6061
*
6162
* @since 2.4
6263
*
@@ -121,7 +122,7 @@ public StreamListenerContainer(Environment environment, @Nullable Codec codec) {
121122
* Get a name of stream this listener listens to.
122123
*/
123124
public String getStreamName() {
124-
return streamName;
125+
return this.streamName;
125126
}
126127

127128
/**

0 commit comments

Comments
 (0)