упорядочил папки с кодом.
This commit is contained in:
10
src/Common/Passes/All/DeleteServerSapfor.java
Normal file
10
src/Common/Passes/All/DeleteServerSapfor.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package Common.Passes.All;
|
||||
import Common.Global;
|
||||
import Repository.TestingSystem.SAPFOR.ServerSapfor.ServerSapfor;
|
||||
import Repository.TestingSystem.Common.TestingServer;
|
||||
import Common.Passes.Server.DeleteServerObject;
|
||||
public class DeleteServerSapfor extends DeleteServerObject<TestingServer, ServerSapfor> {
|
||||
public DeleteServerSapfor() {
|
||||
super(Global.testingServer, ServerSapfor.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user