Proba naprawienia

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-01-08 16:33:02 +01:00
parent bbf14b0ff9
commit 756e854f31
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -60,6 +60,7 @@ public class UsosApiService {
try (Response response = service.execute(request)) {
System.out.println("TRY");
final String json = response.getBody();
System.out.println(json);
System.out.println("Przed Object");
final ObjectMapper mapper = new ObjectMapper();
System.out.println("Przed mapą");