Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenOTT committed Jun 5, 2019
1 parent f295ed6 commit 4a7bccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public Set<CyberObservableObject> deserialize(JsonParser p, DeserializationConte
tree.fieldNames().forEachRemaining(f->{
ObjectNode node = (ObjectNode)tree.get(f);
node.put("observable_object_key", f);
// System.out.println(node.toString());
// System.out.println(Node.toString());
try {
CyberObservableObject object = node.traverse(p.getCodec())
.readValueAs(CyberObservableObject.class);
Expand Down

0 comments on commit 4a7bccb

Please sign in to comment.