no message
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package _VisualDVM.Passes.Server;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.TestingSystem.Common.TestingServer;
|
||||
public abstract class TestingSystemPass<T> extends RepositoryPass<TestingServer, T> {
|
||||
public TestingSystemPass() {
|
||||
public abstract class TestingSystemPass_OLD<T> extends RepositoryPass<TestingServer, T> {
|
||||
public TestingSystemPass_OLD() {
|
||||
super(Global.testingServer);
|
||||
}
|
||||
@Override
|
||||
Reference in New Issue
Block a user