Fix and improve Javadoc in spring-web
Closes gh-28791
This commit is contained in:
@@ -87,7 +87,7 @@ public class ListenerWriteProcessorTests {
|
||||
@Test // SPR-17410
|
||||
public void onNextWithoutDemand() {
|
||||
|
||||
// Disable writing: next item will be cached..
|
||||
// Disable writing: next item will be cached.
|
||||
this.processor.setWritePossible(false);
|
||||
DataBuffer buffer1 = mock(DataBuffer.class);
|
||||
this.processor.onNext(buffer1);
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.springframework.web.context.request.NativeWebRequest;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* A test fixture with a test sub-class of AbstractMappingContentNegotiationStrategy.
|
||||
* A test fixture with a test subclass of AbstractMappingContentNegotiationStrategy.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 3.2
|
||||
|
||||
Reference in New Issue
Block a user