Changes

Formatting

414 bytes added, 11:27, 16 February 2019
Code block
</pre>
 
 
<source lang="java" line start="2" highlight="4-6">
 
InitializeLoginResponse initializeLoginResponse = client.target(baseUrl).path("login").request(MediaType.APPLICATION_JSON)
.post(Entity.json(initializeLoginRequest), InitializeLoginResponse.class);
 
some line
some more lines
and even more lines
 
some text
 
</source>
<pre>
<source lang="java" line start="2" highlight="4-6">
... code ..
</source>
</pre>
=== No format ===