сохранение адресатов и исполнителя.восстановление

This commit is contained in:
2025-02-20 00:49:30 +03:00
parent f1440dd1e2
commit b445e3e879
5 changed files with 15 additions and 21 deletions

View File

@@ -9,7 +9,6 @@ public class RecipientsJson {
public List<RecipientJson> array = new Vector<>();
public RecipientsJson() {
}
//при создании пакета.
public RecipientsJson(Vector<? extends Recipient> recipients) {
array = new Vector<>();
for (Recipient recipient : recipients)