Browse Source

Fix Javadoc

pull/24831/head
Sam Brannen 5 years ago
parent
commit
d8567749b8
  1. 2
      spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteProcessor.java

2
spring-web/src/main/java/org/springframework/http/server/reactive/AbstractListenerWriteProcessor.java

@ -212,8 +212,6 @@ public abstract class AbstractListenerWriteProcessor<T> implements Processor<T,
* data buffer associated with the item, once fully written, if pooled * data buffer associated with the item, once fully written, if pooled
* buffers apply to the underlying container. * buffers apply to the underlying container.
* @param data the item to write * @param data the item to write
* @return whether the current data item was written and another one
* requested ({@code true}), or otherwise if more writes are required.
* @return {@code true} if the current data item was written completely and * @return {@code true} if the current data item was written completely and
* a new item requested, or {@code false} if it was written partially and * a new item requested, or {@code false} if it was written partially and
* we'll need more write callbacks before it is fully written * we'll need more write callbacks before it is fully written

Loading…
Cancel
Save