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