промежуточный. часть большого рефакторинга, касательно проходов связанных с сервером. Обновлена публикация групп.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package Visual_DVM_2021.Passes.Server;
|
||||
import Common.Global;
|
||||
import Repository.Server.ComponentsServer;
|
||||
public abstract class ComponentsRepositoryPass<T> extends RepositoryPass<ComponentsServer, T> {
|
||||
public ComponentsRepositoryPass() {
|
||||
super(Global.componentsServer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user