no message

This commit is contained in:
2025-02-14 03:16:43 +03:00
parent 209bb2455d
commit c76908ad58
13 changed files with 70 additions and 11 deletions

View File

@@ -6,6 +6,10 @@ import _VisualDVM.Repository.Server.ServerCode;
import java.io.File;
import java.util.Vector;
public class GetComponentsBackupsFromServer extends ComponentsServerPass<Vector<File>> {
@Override
protected boolean isSafe() {
return false;
}
@Override
protected boolean canStart(Object... args) throws Exception {
target = new Vector<>();