Fix inspection issues

This commit is contained in:
AsamK 2023-12-15 17:32:30 +01:00
parent fc6a4b78eb
commit caa4fa0180
12 changed files with 12 additions and 15 deletions

View file

@ -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