упорядочил папки с кодом.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package Visual_DVM_2021.Passes.Server;
|
||||
import Common.Global;
|
||||
import TestingSystem.Common.TestingServer;
|
||||
public abstract class TestingSystemPass<T> extends RepositoryPass<TestingServer, T> {
|
||||
public TestingSystemPass() {
|
||||
super(Global.testingServer);
|
||||
}
|
||||
@Override
|
||||
protected int getTimeout() {
|
||||
return 120000;
|
||||
}
|
||||
//----
|
||||
}
|
||||
Reference in New Issue
Block a user