mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix inspections
This commit is contained in:
parent
f60a10eb6e
commit
7e897fa6d0
13 changed files with 20 additions and 34 deletions
|
@ -223,8 +223,8 @@ class Utils {
|
|||
|
||||
static class DeviceLinkInfo {
|
||||
|
||||
String deviceIdentifier;
|
||||
ECPublicKey deviceKey;
|
||||
final String deviceIdentifier;
|
||||
final ECPublicKey deviceKey;
|
||||
|
||||
DeviceLinkInfo(final String deviceIdentifier, final ECPublicKey deviceKey) {
|
||||
this.deviceIdentifier = deviceIdentifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue