Skip to content

Commit 57d006b

Browse files
committed
Fix checkstyle warning
1 parent beae1fb commit 57d006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/io/buffer/DataBufferUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public abstract class DataBufferUtils {
5959

6060
/**
6161
* Workaround to disable use of pooled buffers:
62-
* https://github.com/reactor/reactor-core/issues/1634
62+
* https://github.com/reactor/reactor-core/issues/1634.
6363
*/
6464
private static final DataBufferFactory defaultDataBufferFactory = new DefaultDataBufferFactory();
6565

0 commit comments

Comments
 (0)