no message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import Common.Passes.DeleteObjectPass;
|
||||
import Common.Passes.DeleteObjectsPass;
|
||||
import _VisualDVM.GlobalData.SapforProfile.SapforProfile;
|
||||
public class DeleteProfile extends DeleteObjectPass<SapforProfile> {
|
||||
public class DeleteProfile extends DeleteObjectsPass<SapforProfile> {
|
||||
public DeleteProfile() {
|
||||
super(SapforProfile.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user