1
0
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:
theonefx 2021-01-19 10:29:44 +08:00
parent 69c25ee412
commit a05958865a

View File

@ -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}