Fix and improve Javadoc in spring-web

Closes gh-28791
This commit is contained in:
Marc Wrobel
2022-07-11 23:28:51 +02:00
committed by Sam Brannen
parent 19704805fd
commit 6f494ef438
61 changed files with 101 additions and 101 deletions

View File

@@ -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);

View File

@@ -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