mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Update for reactor-core change
This commit is contained in:
+2
-2
@@ -62,10 +62,10 @@ public class ChannelSendOperator<T> extends Mono<Void> implements Scannable {
|
||||
@Nullable
|
||||
@SuppressWarnings("rawtypes")
|
||||
public Object scanUnsafe(Attr key) {
|
||||
if (key == IntAttr.PREFETCH) {
|
||||
if (key == Attr.PREFETCH) {
|
||||
return Integer.MAX_VALUE;
|
||||
}
|
||||
if (key == ScannableAttr.PARENT) {
|
||||
if (key == Attr.PARENT) {
|
||||
return this.source;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user