change lint settings and fix warnings

This commit is contained in:
nkzawa
2015-12-13 04:00:08 +09:00
parent 80cab59d04
commit 9cdf6c0bbd
4 changed files with 9 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ public class Parser {
}
private static Packet decodeString(String str) {
Packet p = new Packet();
Packet<Object> p = new Packet<Object>();
int i = 0;
int length = str.length();