no message
This commit is contained in:
10
src/_VisualDVM/Passes/All/DeleteSapforSettingsCommand.java
Normal file
10
src/_VisualDVM/Passes/All/DeleteSapforSettingsCommand.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.TestingSystem.Common.TestingServer;
|
||||
import _VisualDVM.TestingSystem.SAPFOR.SapforSettingsCommand.SapforSettingsCommand;
|
||||
import _VisualDVM.Passes.Server.DeleteServerObjects;
|
||||
public class DeleteSapforSettingsCommand extends DeleteServerObjects<TestingServer, SapforSettingsCommand> {
|
||||
public DeleteSapforSettingsCommand() {
|
||||
super(Global.testingServer, SapforSettingsCommand.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user