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