no message
This commit is contained in:
@@ -155,12 +155,10 @@ public class BugReport extends rDBObject {
|
||||
return project_version.isEmpty();
|
||||
}
|
||||
//--->
|
||||
|
||||
public void CheckRecipients() {
|
||||
for (Recipient recipient : Global.componentsServer.db.recipients.Data.values())
|
||||
recipient.Select(packedRecipientsJson.contains(recipient.email));
|
||||
}
|
||||
|
||||
public void saveRecipientsAsJson(Vector<Recipient> recipients) {
|
||||
packedRecipientsJson = Utils_.gson.toJson(new RecipientsJson(recipients));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user