no message

This commit is contained in:
2025-02-04 18:49:55 +03:00
parent 281ec9bfc2
commit 7855ce62a4
4 changed files with 16 additions and 21 deletions

View File

@@ -27,15 +27,6 @@ public class ResurrectComponentFromServer extends ComponentsServerPass<_VisualDV
Vector<RemoteFile> backups; //не забывать что файлы на СЕРВЕРЕ.
RemoteFile remoteFile;
File localFile;
/*
@Override
public JMenuItem createMenuItem() {
if (menuItem == null)
menuItem = new PassMenuItem(this);
return menuItem;
}
*/
@Override
protected boolean canStart(Object... args) throws Exception {
remoteFile = null;