рефакторинг. избыточный код. зачем то был абстрактный метод

This commit is contained in:
2024-10-12 00:28:58 +03:00
parent c826b4a4bd
commit 09b64218bd
27 changed files with 3 additions and 177 deletions

View File

@@ -8,8 +8,4 @@ public class DeleteMakefile extends DeleteObjectPass<Makefile> {
public DeleteMakefile() {
super(Makefile.class);
}
@Override
protected Database getDb() {
return Global.mainModule.getDb();
}
}