fixed warnings

This commit is contained in:
Ziver Koc 2010-08-14 15:49:17 +00:00
parent 8d17765deb
commit 5d504a3a59

View file

@ -47,7 +47,6 @@ public class TorrentParser {
* @param index The index in data to start from * @param index The index in data to start from
* @return * @return
*/ */
@SuppressWarnings("unchecked")
private static Object decode_BEncoded(StringBuffer data){ private static Object decode_BEncoded(StringBuffer data){
String tmp; String tmp;
char c = ' '; char c = ' ';