Polishing

This commit is contained in:
Juergen Hoeller
2023-11-16 11:22:09 +01:00
parent b0e29acd23
commit 99378fe947
7 changed files with 28 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ public interface StreamingHttpOutputMessage extends HttpOutputMessage {
/**
* Indicates whether this body is capable of
* {@linkplain #writeTo(OutputStream) writing its data} more than
* once. Default implementation returns {@code false}.
* once. The default implementation returns {@code false}.
* @return {@code true} if this body can be written repeatedly,
* {@code false} otherwise
* @since 6.1