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