Skip to content
Snippets Groups Projects
Commit 0248b218 authored by Goik Martin's avatar Goik Martin
Browse files

Indentation

parent 6085d3a3
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ public class MyClient {
Response response = client.target(
"http://localhost:8080/services/customers")
.request().post(Entity.entity(goik, MediaType.APPLICATION_XML_TYPE));
.request().post(
Entity.entity(goik, MediaType.APPLICATION_XML_TYPE));
if (response.getStatus() != HttpStatus.CREATED_201) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment