Github user ddebrunner commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/7#discussion_r56060379
  
    --- Diff: apps/iot/src/test/java/quarks/test/apps/iot/EchoIotDevice.java ---
    @@ -78,7 +78,7 @@ private static String getCommandIdFromEvent(String 
eventId, JsonObject evPayload
             if (evPayload.has(EVENT_CMD_ID))
                 return 
evPayload.getAsJsonPrimitive(EVENT_CMD_ID).getAsString();
             else
    -            return "ec_" + eventId;
    +            return eventId;
         }
     
    --- End diff --
    
    Good points.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to