Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
Signed-off-by: Loganathan Sekar <[email protected]>
  • Loading branch information
Loganathan Sekar committed Oct 17, 2023
1 parent a216edb commit 182ff32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public String toString(BIRInfo birInfo) {
stringBuilder.append(surroundWithQuote(birInfo.getCreator()));
stringBuilder.append(", \"index\": ");
stringBuilder.append(surroundWithQuote(birInfo.getIndex()));
stringBuilder.append(", \"payload\":");
stringBuilder.append(", \"payloadHash\":");
stringBuilder.append(getHashOfBytes(birInfo.getPayload()));
stringBuilder.append(", \"integrity\":");
stringBuilder.append(Boolean.toString(birInfo.getIntegrity()));
Expand Down

0 comments on commit 182ff32

Please sign in to comment.