backup
This commit is contained in:
@@ -4,11 +4,15 @@ import java.io.IOException;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.function.Consumer;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public class HandlerWriter {
|
||||
|
||||
public static void write(String body) throws IOException {
|
||||
|
||||
Consumer<String> consumer = (String s) -> {};
|
||||
|
||||
String classFilePath = "models/Handlers.class"; // Путь к вашему файлу
|
||||
Path path = Paths.get(classFilePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user