Switch back to Reactor BOM Aluminium-BUILD-SNAPSHOT

This commit is contained in:
Sebastien Deleuze
2017-03-29 16:38:49 +02:00
parent 81430caa43
commit cbd98d5247
3 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ public abstract class DataBufferUtils {
* @param bufferSize the maximum size of the data buffers
* @return a flux of data buffers read from the given channel
*/
@SuppressWarnings("deprecation")
public static Flux<DataBuffer> read(AsynchronousFileChannel channel,
long position, DataBufferFactory dataBufferFactory, int bufferSize) {