no message
This commit is contained in:
@@ -3,7 +3,7 @@ import Common.Database.Database;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Repository.RepositoryServer;
|
||||
public abstract class ServerObjectPass <S extends RepositoryServer, D extends DBObject> extends RepositoryPass<S,D>{
|
||||
public abstract class ServerObjectPass<S extends RepositoryServer, D extends DBObject> extends RepositoryPass<S, D> {
|
||||
protected Class<D> d; //класс объектов.
|
||||
//---
|
||||
public ServerObjectPass(S server_in, Class<D> d_in) {
|
||||
|
||||
Reference in New Issue
Block a user