Maj Vers 7.10
This commit is contained in:
parent
7a3881ea4c
commit
9650ba55e9
4 changed files with 17 additions and 5 deletions
|
|
@ -30,7 +30,9 @@ public class GenericRestAPIImpl implements UsedRestAPI {
|
|||
|
||||
|
||||
try {
|
||||
response = mapper.readValue(responseJson, objectRequest.getClass() );
|
||||
if (responseJson != null) {
|
||||
response = mapper.readValue(responseJson, objectRequest.getClass());
|
||||
}
|
||||
} catch (IOException e) {
|
||||
logger.error("GenericRestAPIImpl.runSession.readValue", e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue