no message

This commit is contained in:
2023-11-17 00:04:21 +03:00
parent 1ff88fc5fb
commit beb1359544
132 changed files with 617 additions and 591 deletions

View File

@@ -1,6 +1,6 @@
package Visual_DVM_2021.Passes.Server;
import Common.Global;
import TestingSystem.TestingServer;
import TestingSystem.Common.TestingServer;
public abstract class TestingSystemPass<T> extends RepositoryPass<TestingServer, T> {
public TestingSystemPass() {
super(Global.testingServer);