mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Removed unnecessary final modifier.
This commit is contained in:
@@ -175,7 +175,7 @@ implements OnClickListener, DatabaseListener, ConnectionListener {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void contactConnected(final ContactId c) {
|
public void contactConnected(ContactId c) {
|
||||||
setConnected(c, true);
|
setConnected(c, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user