From 310f0bfb6c396ac09e0d712fc0706a8e0c8a8d52 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 4 Sep 2019 12:59:19 +0100 Subject: [PATCH] Remove unnecessary code from prior commit --- .../springframework/core/io/buffer/DataBufferUtils.java | 9 --------- 1 file changed, 9 deletions(-) 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 15da683dbe8..28d5c6eb03c 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 @@ -336,15 +336,6 @@ public abstract class DataBufferUtils { } - public void handle() { - Number n = 5; - inspect(n); - } - - public void inspect(U u){ - } - - /** * Write the given stream of {@link DataBuffer DataBuffers} to the given * file {@link Path}. The optional {@code options} parameter specifies