findbugs all over

This commit is contained in:
zzz
2014-10-07 14:59:49 +00:00
parent 8270a92a44
commit 28ad95f892
5 changed files with 9 additions and 6 deletions

View File

@@ -569,7 +569,6 @@ class UDPPacketReader {
* @since 0.9.16
*/
public int highestReceived() {
int count = fragmentCount();
for (int i = _bitfieldSize - 1; i >= 0; i--) {
byte b = _message[_bitfieldStart + i];
if ((b & 0x7f) == 0)