Skip to content

Commit

Permalink
Cleaning up TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Oct 12, 2023
1 parent decb31f commit 09dd471
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public void writeTo(StreamOutput out) throws IOException {
out.writeString(workflowId);
}

// TODO : Replace WORKFLOW_ID after string is moved to common values class
@Override
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
return builder.startObject().field(WORKFLOW_ID, this.workflowId).endObject();
Expand Down

0 comments on commit 09dd471

Please sign in to comment.