Removed some warnings
This commit is contained in:
parent
a2b6be1f35
commit
2540df2959
3 changed files with 4 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ public class TorrentTracker {
|
|||
|
||||
|
||||
|
||||
private void update() throws IOException {
|
||||
public void update() throws IOException {
|
||||
HttpClient request = HttpClient.GET();
|
||||
request.setURL( trackerURL );
|
||||
HttpHeaderParser response = request.send();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue