mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add ContactRelationshipRevealedEvent and address review comments
This commit is contained in:
@@ -25,9 +25,7 @@ public class PrivateGroup extends NamedGroup implements Shareable {
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
return o instanceof PrivateGroup &&
|
||||
creator.equals(((PrivateGroup) o).getCreator()) &&
|
||||
super.equals(o);
|
||||
return o instanceof PrivateGroup && super.equals(o);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user