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