mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-12 23:49:25 +01:00
writer.write("test");
This commit is contained in:
parent
689e0e59a6
commit
8754fd196b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user