рефакторинг. избыточный код. зачем то был абстрактный метод
This commit is contained in:
@@ -8,8 +8,4 @@ public class DeleteMakefile extends DeleteObjectPass<Makefile> {
|
||||
public DeleteMakefile() {
|
||||
super(Makefile.class);
|
||||
}
|
||||
@Override
|
||||
protected Database getDb() {
|
||||
return Global.mainModule.getDb();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user