writer.write("test");

This commit is contained in:
Zhukovskiy Andrey 2012-10-09 16:49:42 +03:00
parent 689e0e59a6
commit 8754fd196b

View File

@ -114,7 +114,7 @@ public class ClassFileNameHandler {
try {
FileWriter writer = new FileWriter(f);
writer.write("test");
// writer.write("test");
writer.flush();
writer.close();
f.delete(); //doesn't throw IOException