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