mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
remove all apache.commons
This commit is contained in:
parent
69c25ee412
commit
a05958865a
@ -27,6 +27,9 @@ import java.nio.charset.Charset;
|
||||
*/
|
||||
public final class FileUtils {
|
||||
|
||||
private FileUtils() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reads the contents of a file into a String. The file is always closed.
|
||||
* @param file the file to read, must not be {@code null}
|
||||
|
Loading…
x
Reference in New Issue
Block a user