|
|
@ -83,7 +83,7 @@ class SubmitThread implements Runnable{ |
|
|
|
|
|
|
|
|
|
|
|
System.out.println("Rank "+rank+": ("+points+")"); |
|
|
|
System.out.println("Rank "+rank+": ("+points+")"); |
|
|
|
//Execute and get the response.
|
|
|
|
//Execute and get the response.
|
|
|
|
/*HttpResponse response = null; |
|
|
|
HttpResponse response = null; |
|
|
|
try { |
|
|
|
try { |
|
|
|
response = httpclient.execute(httppost); |
|
|
|
response = httpclient.execute(httppost); |
|
|
|
} catch (IOException e) { |
|
|
|
} catch (IOException e) { |
|
|
@ -101,7 +101,7 @@ class SubmitThread implements Runnable{ |
|
|
|
} catch (UnsupportedOperationException | IOException e) { |
|
|
|
} catch (UnsupportedOperationException | IOException e) { |
|
|
|
e.printStackTrace(); |
|
|
|
e.printStackTrace(); |
|
|
|
} |
|
|
|
} |
|
|
|
}*/ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
public class App |
|
|
|
public class App |
|
|
|