Fixed formatting
This commit is contained in:
parent
87738d0117
commit
ab02a783c9
@ -39,7 +39,6 @@ public class EnvoyClient {
|
|||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public EnvoyClient() {
|
public EnvoyClient() {
|
||||||
@ -73,7 +72,8 @@ public class EnvoyClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Send message
|
// Send message
|
||||||
String url = String.format("%s:%s/envoy-server/rest/message/send", serverProps.getProperty("server"),
|
String url = String.format("%s:%s/envoy-server/rest/message/send",
|
||||||
|
serverProps.getProperty("server"),
|
||||||
serverProps.getProperty("port"));
|
serverProps.getProperty("port"));
|
||||||
Client client = ClientBuilder.newClient();
|
Client client = ClientBuilder.newClient();
|
||||||
WebTarget target = client.target(url);
|
WebTarget target = client.target(url);
|
||||||
|
Reference in New Issue
Block a user