no message

This commit is contained in:
2024-10-10 23:57:36 +03:00
parent cde3e1da42
commit a11b7711f7
209 changed files with 380 additions and 218 deletions

View File

@@ -2,7 +2,7 @@ package Visual_DVM_2021.Passes.All;
import Common.Database.Database;
import Common.Utils.CommonUtils;
import _VisualDVM.GlobalData.SapforProfile.SapforProfile;
import Visual_DVM_2021.Passes.DeleteObjectPass;
import Common.Passes.DeleteObjectPass;
public class DeleteProfile extends DeleteObjectPass<SapforProfile> {
public DeleteProfile() {
super(SapforProfile.class);