mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix path
This commit is contained in:
@@ -200,7 +200,7 @@ public class FileWriter extends FileWrapper{
|
||||
try (PrintWriter writer = getPrintWriter(isAppend)){
|
||||
for (T t : list) {
|
||||
if (null != t) {
|
||||
writer.print(t.toString());
|
||||
writer.print(t);
|
||||
printNewLine(writer, lineSeparator);
|
||||
writer.flush();
|
||||
}
|
||||
|
Reference in New Issue
Block a user