исправил внесенные баги, связанные с созданием тестов из версий проекта.

This commit is contained in:
2023-11-20 00:15:22 +03:00
parent 928705e018
commit b9132782eb
19 changed files with 114 additions and 169 deletions

View File

@@ -1,7 +1,7 @@
package Visual_DVM_2021.Passes.Server;
import Common.Database.riDBObject;
import Common.Database.DBObject;
import Repository.RepositoryServer;
public class DeleteServerObject<S extends RepositoryServer, D extends riDBObject> extends ServerObjectPass<S, D> {
public class DeleteServerObject<S extends RepositoryServer, D extends DBObject> extends ServerObjectPass<S, D> {
@Override
public String getIconPath() {
return "/icons/Delete.png";