no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import _VisualDVM.Repository.BugReport.BugReportInterface;
|
||||
import _VisualDVM.Repository.BugReport.BugReportState;
|
||||
@@ -13,7 +13,7 @@ public class SendBugReport extends ComponentsRepositoryPass {
|
||||
//отправить архив.
|
||||
Command(new ServerExchangeUnit_2021(ServerCode.SendBugReport,
|
||||
Current.getBugReport().id,
|
||||
CommonUtils.fileToBytes(BugReportInterface.getArchiveFile(Current.getBugReport()))
|
||||
Utils_.fileToBytes(BugReportInterface.getArchiveFile(Current.getBugReport()))
|
||||
));
|
||||
}
|
||||
// синхрон бд
|
||||
|
||||
Reference in New Issue
Block a user