Skip to content

Commit 997fb57

Browse files
committed
Fix format
1 parent f7d3e9e commit 997fb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulsar-client-reactive-api/src/main/java/org/apache/pulsar/reactive/client/api/ImmutableReactiveMessageConsumerSpec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ public ImmutableReactiveMessageConsumerSpec(ReactiveMessageConsumerSpec consumer
193193

194194
/**
195195
* Constructs an instance with the specified parameters.
196-
*
197-
* @deprecated since 0.7.0 for removal in 0.9.0 in favor of {@link #ImmutableReactiveMessageConsumerSpec(List, Pattern, RegexSubscriptionMode, Duration, String, SubscriptionMode, SubscriptionType, SubscriptionInitialPosition, KeySharedPolicy, Boolean, Map, String, Map, Integer, Boolean, Boolean, Duration, Duration, Duration, Boolean, Scheduler, Duration, RedeliveryBackoff, RedeliveryBackoff, DeadLetterPolicy, Boolean, Integer, Integer, Boolean, Duration, CryptoKeyReader, ConsumerCryptoFailureAction, Integer, Boolean, Duration)}
196+
* @deprecated since 0.7.0 for removal in 0.9.0 in favor of
197+
* {@link #ImmutableReactiveMessageConsumerSpec(List, Pattern, RegexSubscriptionMode, Duration, String, SubscriptionMode, SubscriptionType, SubscriptionInitialPosition, KeySharedPolicy, Boolean, Map, String, Map, Integer, Boolean, Boolean, Duration, Duration, Duration, Boolean, Scheduler, Duration, RedeliveryBackoff, RedeliveryBackoff, DeadLetterPolicy, Boolean, Integer, Integer, Boolean, Duration, CryptoKeyReader, ConsumerCryptoFailureAction, Integer, Boolean, Duration)}
198198
*/
199199
@Deprecated
200200
public ImmutableReactiveMessageConsumerSpec(List<String> topicNames, Pattern topicsPattern,

0 commit comments

Comments
 (0)