Consistent use of NIO.2 for file read/write interactions

Issue: SPR-15748
This commit is contained in:
Juergen Hoeller
2017-07-18 00:54:41 +02:00
parent d56fedc226
commit 12114a9d4c
10 changed files with 118 additions and 125 deletions

View File

@@ -26,7 +26,6 @@ import static org.junit.Assert.*;
/**
* @author Rob Harrop
*/
@Deprecated
public class FileSystemUtilsTests {
@Test