Fix checkstyle warning

This commit is contained in:
Rossen Stoyanchev 2019-03-28 17:37:12 -04:00
parent beae1fbb12
commit 57d006b3ff
1 changed files with 1 additions and 1 deletions

View File

@ -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();