Skip to content

Commit

Permalink
chore: fix typos after validation refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 16, 2024
1 parent fe65928 commit 6b2b73b
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 6b2b73b

Please sign in to comment.