Commit c7f37161 authored by Shanelle Valencia's avatar Shanelle Valencia

Abort rebase

parent 197d0369
Pipeline #1688 failed with stage
......@@ -45,7 +45,7 @@ public class Receiver {
private void onOrderStatusReceived(String orderStatusStr) {
try {
//deserialize JSON string into java object using ObjectMapper
//deserialize string into java object using ObjectMapper
ObjectMapper objectMapper = new ObjectMapper();
Map<String, String> orderStatus = objectMapper.readValue(orderStatusStr, Map.class);
String id = orderStatus.get("id");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment