mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-06 16:25:28 +00:00
perf[FileUtils]: 删除多余的方法
This commit is contained in:
@@ -21,7 +21,7 @@ import java.io.IOException;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author jaysunxiao
|
||||
* @author godotg
|
||||
* @version 3.0
|
||||
*/
|
||||
@Ignore
|
||||
@@ -45,7 +45,7 @@ public class FileUtilTest {
|
||||
|
||||
@Test
|
||||
public void writeFile() {
|
||||
FileUtils.writeStringToFile(new File(FileUtils.getProAbsPath() + File.separator + "test.txt"), "hello world!");
|
||||
FileUtils.writeStringToFile(new File(FileUtils.getProAbsPath() + File.separator + "test.txt"), "hello world!", true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user