mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 23:19:23 +01:00
writer.write("test");
This commit is contained in:
parent
689e0e59a6
commit
8754fd196b
@ -114,7 +114,7 @@ public class ClassFileNameHandler {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
FileWriter writer = new FileWriter(f);
|
FileWriter writer = new FileWriter(f);
|
||||||
writer.write("test");
|
// writer.write("test");
|
||||||
writer.flush();
|
writer.flush();
|
||||||
writer.close();
|
writer.close();
|
||||||
f.delete(); //doesn't throw IOException
|
f.delete(); //doesn't throw IOException
|
||||||
|
Loading…
Reference in New Issue
Block a user