no message

This commit is contained in:
2024-10-09 22:21:57 +03:00
parent 54c80c516b
commit 6252af944e
699 changed files with 2634 additions and 1997 deletions

View File

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