mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix inspection issues
This commit is contained in:
parent
fc6a4b78eb
commit
caa4fa0180
12 changed files with 12 additions and 15 deletions
|
@ -668,7 +668,7 @@ public class DbusSignalImpl implements Signal, AutoCloseable {
|
|||
@Override
|
||||
public boolean isRegistered(String number) {
|
||||
var result = isRegistered(List.of(number));
|
||||
return result.get(0);
|
||||
return result.getFirst();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue