Skip to content

Commit c64e6d0

Browse files
committed
Polishing.
Fix Javadoc reference. See #2777
1 parent d35522c commit c64e6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public Collection<ReactiveSubscription> getActiveSubscriptions() {
146146
*
147147
* @param channelTopics the channels to subscribe.
148148
* @return the message stream.
149-
* @throws InvalidDataAccessApiUsageException if {@code patternTopics} is empty.
149+
* @throws InvalidDataAccessApiUsageException if {@code channelTopics} is empty.
150150
* @see #receive(Iterable, SerializationPair, SerializationPair)
151151
*/
152152
public Flux<Message<String, String>> receive(ChannelTopic... channelTopics) {
@@ -168,7 +168,7 @@ public Flux<Message<String, String>> receive(ChannelTopic... channelTopics) {
168168
*
169169
* @param channelTopics the channels to subscribe.
170170
* @return the message stream.
171-
* @throws InvalidDataAccessApiUsageException if {@code patternTopics} is empty.
171+
* @throws InvalidDataAccessApiUsageException if {@code channelTopics} is empty.
172172
* @since 2.6
173173
*/
174174
public Mono<Flux<Message<String, String>>> receiveLater(ChannelTopic... channelTopics) {

0 commit comments

Comments
 (0)