no message

This commit is contained in:
2025-02-04 16:36:33 +03:00
parent 87a761f5a6
commit d35848478f
11 changed files with 22 additions and 47 deletions

View File

@@ -1,12 +1,11 @@
package _VisualDVM.Passes.All;
import Common.Utils.Utils_;
import _VisualDVM.Global;
import _VisualDVM.Passes.Server.ComponentsServerClientPass;
import _VisualDVM.Passes.Server.ComponentsServerPass;
import _VisualDVM.Repository.BugReport.BugReport;
import _VisualDVM.Repository.BugReport.BugReportState;
import _VisualDVM.Repository.Server.ComponentsServer;
import _VisualDVM.Repository.Server.ServerCode;
public class SendBugReport extends ComponentsServerClientPass<BugReport> {
public class SendBugReport extends ComponentsServerPass<BugReport> {
@Override
protected boolean canStart(Object... args) throws Exception {
target = Global.componentsServer.db.bugReports.getUI().getCurrent();