File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,13 @@ public class PublisherCallbackChannelImpl
111
111
private volatile java .util .function .Consumer <Channel > afterAckCallback ;
112
112
113
113
/**
114
- * Create a {@link PublisherCallbackChannelImpl} instance based on the provided delegate.
114
+ * Create a {@link PublisherCallbackChannelImpl} instance based on the provided
115
+ * delegate.
115
116
* @param delegate the {@link Channel} to delegate.
116
- * @deprecated since 2.2.1 in favor of {@link #PublisherCallbackChannelImpl(Channel, ExecutorService)}
117
+ * @deprecated since 2.2.1 in favor of
118
+ * {@link #PublisherCallbackChannelImpl(Channel, ExecutorService)}
117
119
*/
120
+ @ Deprecated
118
121
public PublisherCallbackChannelImpl (Channel delegate ) {
119
122
this (delegate , null );
120
123
}
You can’t perform that action at this time.
0 commit comments