Skip to content

Commit

Permalink
Merge StorageElement checksum and checksum algo in one field, to matc…
Browse files Browse the repository at this point in the history
…h TransferPayload
  • Loading branch information
thebe14 committed Apr 27, 2023
1 parent 2bec04e commit 53ecd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/eosc/eu/model/TransferPayload.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TransferPayload {
@Schema(description="Transfer priority for this file, from 1 to 5, 1 being the lowest priority")
public int priority = 0;

@Schema(description="User defined checksum in the form algorithm:value")
@Schema(description="User defined checksum in the form 'algorithm:value'")
public String checksum;


Expand Down

0 comments on commit 53ecd33

Please sign in to comment.