Loading plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/adapters/http/HttpSystemAdapter.java +2 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,8 @@ public class HttpSystemAdapter implements SystemAdapter { } protected Object decodeBody(String body, Class<?> type) throws IOException { if (body.length() == 0) return null; return this.mapper.readValue(body, type); } Loading Loading
plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/adapters/http/HttpSystemAdapter.java +2 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,8 @@ public class HttpSystemAdapter implements SystemAdapter { } protected Object decodeBody(String body, Class<?> type) throws IOException { if (body.length() == 0) return null; return this.mapper.readValue(body, type); } Loading