Skip to content

Commit 310f0bf

Browse files
committed
Remove unnecessary code from prior commit
1 parent dfc7540 commit 310f0bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -336,15 +336,6 @@ public static Flux<DataBuffer> write(
336336

337337
}
338338

339-
public void handle() {
340-
Number n = 5;
341-
inspect(n);
342-
}
343-
344-
public <U extends Number> void inspect(U u){
345-
}
346-
347-
348339
/**
349340
* Write the given stream of {@link DataBuffer DataBuffers} to the given
350341
* file {@link Path}. The optional {@code options} parameter specifies

0 commit comments

Comments
 (0)