Browse Source
Replace "size() > 0" with "!isEmpty()" where appropriate. In the Status implementation we can drop the check; the subsequent loop will only execute when the list is non-empty anyway. Change-Id: I355aff551a603373e702a9d44304f087b476263c Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>stable-5.5
David Pursehouse
6 years ago
11 changed files with 17 additions and 17 deletions
Loading…
Reference in new issue