Enable PMD rule UnnecessaryReturn and fix violations
This commit is contained in:
parent
1bff48b649
commit
3b77f93c00
4 changed files with 0 additions and 4 deletions
|
|
@ -142,7 +142,6 @@ public class ByteDataWriter extends ByteDataReader {
|
|||
ab[aboffset++] = (byte) (i7 | 0x80);
|
||||
|
||||
ab[aboffset++] = (byte) (v);
|
||||
return;
|
||||
}
|
||||
|
||||
public int size() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue