From 57d006b3ffd3c02729ebb3122b7f9e195eccf47c Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 28 Mar 2019 17:37:12 -0400 Subject: [PATCH] Fix checkstyle warning --- .../org/springframework/core/io/buffer/DataBufferUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 35f0e9c102d..4fa9beba584 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 @@ -59,7 +59,7 @@ public abstract class DataBufferUtils { /** * Workaround to disable use of pooled buffers: - * https://github.com/reactor/reactor-core/issues/1634 + * https://github.com/reactor/reactor-core/issues/1634. */ private static final DataBufferFactory defaultDataBufferFactory = new DefaultDataBufferFactory();