clean up imports
This commit is contained in:
parent
51f9390cec
commit
b019a3c9b3
@ -13,7 +13,6 @@ import java.net.http.HttpResponse;
|
|||||||
public class CalculatorClient {
|
public class CalculatorClient {
|
||||||
|
|
||||||
private static final String ROOT_URL = "http://localhost:8000/";
|
private static final String ROOT_URL = "http://localhost:8000/";
|
||||||
static URI targetURI;
|
|
||||||
static HttpClient httpClient;
|
static HttpClient httpClient;
|
||||||
|
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
|
Loading…
Reference in New Issue
Block a user