Merge branch '5.1.x'

This commit is contained in:
Rossen Stoyanchev 2019-03-28 17:37:21 -04:00
commit 45e42214b2
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();