Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4cfee8eb authored by William Escande's avatar William Escande
Browse files

Follow error prone recommendation

```
In SignedLongLong.java
47: warning: This assignment to the local variable 'lsb' is never read.
        long lsb = 0, msb = 0;
             ^
100: warning: Classes that override equals should also override hashCode
    public boolean equals(Object obj) {
                   ^
43: warning: A block tag has an empty description.
     * @throws UnsupportedEncodingException
       ^
100: warning: Prefer instanceof to getClass when implementing equals.
    public boolean equals(Object obj) {
                   ^
```

Bug: 236759221
Test: m RUN_ERROR_PRONE=true Bluetooth
Change-Id: Ie931ff50b3f7c7b4a5b5274d0244d2d57cad4319
parent 427d6f2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment