no message
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Passes.Server.ClientPass;
|
||||
import _VisualDVM.Passes.Server.ComponentsServerClientPass;
|
||||
import _VisualDVM.Repository.BugReport.BugReport;
|
||||
import _VisualDVM.Repository.BugReport.BugReportState;
|
||||
import _VisualDVM.Repository.Server.ComponentsServer;
|
||||
import _VisualDVM.Repository.Server.ServerCode;
|
||||
public class SendBugReport extends ClientPass<ComponentsServer,BugReport> {
|
||||
public class SendBugReport extends ComponentsServerClientPass<BugReport> {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
target = Global.componentsServer.db.bugReports.getUI().getCurrent();
|
||||
@@ -18,8 +18,4 @@ public class SendBugReport extends ClientPass<ComponentsServer,BugReport> {
|
||||
protected void performFail() throws Exception {
|
||||
target.state = BugReportState.draft;
|
||||
}
|
||||
@Override
|
||||
protected ComponentsServer getServer() {
|
||||
return Global.componentsServer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user