сохранение адресатов и исполнителя.восстановление
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user