Fix trying to delete object not in list (#6127)
* fix trying to delete object by index -1 * correction in checkstyle-supressions.xml Co-authored-by: camo0112 <56369484+camo0112@users.noreply.github.com>
This commit is contained in:
parent
63bfdfc242
commit
f81cd98fb6
2 changed files with 14 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<suppressions>
|
||||
<suppress checks="FinalParameters"
|
||||
files="LocalItemListAdapter.java"
|
||||
lines="221,293"/>
|
||||
lines="232,304"/>
|
||||
|
||||
<suppress checks="FinalParameters"
|
||||
files="InfoListAdapter.java"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue