From 61240ee517026082ce14b83bab9e9edb5eccf9e6 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 9 Jun 2016 13:34:30 +0200 Subject: [PATCH] Fixed javadoc typo --- .../springframework/core/io/buffer/support/DataBufferUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-reactive/src/main/java/org/springframework/core/io/buffer/support/DataBufferUtils.java b/spring-web-reactive/src/main/java/org/springframework/core/io/buffer/support/DataBufferUtils.java index 09270ff7db..ae990bb96a 100644 --- a/spring-web-reactive/src/main/java/org/springframework/core/io/buffer/support/DataBufferUtils.java +++ b/spring-web-reactive/src/main/java/org/springframework/core/io/buffer/support/DataBufferUtils.java @@ -57,7 +57,7 @@ public abstract class DataBufferUtils { /** * Reads the given {@code InputStream} into a {@code Flux} of - * {@code DataBuffer}s. Closes the stream when the flux inputStream terminated. + * {@code DataBuffer}s. Closes the input stream when the flux is terminated. * @param inputStream the input stream to read from * @param dataBufferFactory the factory to create data buffers with * @param bufferSize the maximum size of the data buffers