Skip to content

Commit

Permalink
chore: fix typos after validation refactor (#4553)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored Oct 16, 2024
1 parent fe65928 commit 5d4d727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public interface DspTransferProcessPropertyAndTypeNames {

String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM = DSPACE_SCHEMA + "TransferRequestMessage";
String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM = "TransferRequestMessage";
String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_IRI = DSPACE_SCHEMA + DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM;
String DSPACE_TYPE_TRANSFER_START_MESSAGE_TERM = "TransferStartMessage";
String DSPACE_TYPE_TRANSFER_START_MESSAGE_IRI = DSPACE_SCHEMA + DSPACE_TYPE_TRANSFER_START_MESSAGE_TERM;
Expand Down

0 comments on commit 5d4d727

Please sign in to comment.