From e15ccdb35d65d268a195e604f532d69706f7e92d Mon Sep 17 00:00:00 2001 From: PyvesB Date: Sat, 7 Dec 2019 21:25:00 +0000 Subject: [PATCH] Polish DataBufferUtils javadoc See gh-24160 --- .../org/springframework/core/io/buffer/DataBufferUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java b/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java index aaab44b9864c..b1beb6f2cbdc 100644 --- a/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java +++ b/spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java @@ -340,7 +340,7 @@ public static Flux write( /** * Write the given stream of {@link DataBuffer DataBuffers} to the given * file {@link Path}. The optional {@code options} parameter specifies - * how the created or opened (defaults to + * how the file is created or opened (defaults to * {@link StandardOpenOption#CREATE CREATE}, * {@link StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING}, and * {@link StandardOpenOption#WRITE WRITE}). @@ -470,7 +470,7 @@ public static Flux skipUntilByteCount(Publisher