mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Address review comments (rename event, fix annotations, final field)
This commit is contained in:
@@ -10,12 +10,12 @@ import javax.annotation.concurrent.Immutable;
|
||||
|
||||
@Immutable
|
||||
@NotNullByDefault
|
||||
public class ShareableLeftEvent extends Event {
|
||||
public class ContactLeftShareableEvent extends Event {
|
||||
|
||||
private final GroupId groupId;
|
||||
private final ContactId contactId;
|
||||
|
||||
public ShareableLeftEvent(GroupId groupId, ContactId contactId) {
|
||||
public ContactLeftShareableEvent(GroupId groupId, ContactId contactId) {
|
||||
this.groupId = groupId;
|
||||
this.contactId = contactId;
|
||||
}
|
||||
Reference in New Issue
Block a user