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