We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48f6c6 commit ff3a27dCopy full SHA for ff3a27d
reactor-netty-core/src/test/java/reactor/netty/ByteBufFluxTest.java
@@ -139,8 +139,7 @@ void testFromPath() throws Exception {
139
140
private static File createTemporaryDirectory() {
141
try {
142
- final File tempDir = Files.createTempDirectory("ByteBufFluxTest").toFile();
143
- return tempDir;
+ return Files.createTempDirectory("ByteBufFluxTest").toFile();
144
}
145
catch (Exception e) {
146
throw new RuntimeException("Error creating the temporary directory", e);
0 commit comments