Skip to content

Commit 5d4d727

Browse files
authored
chore: fix typos after validation refactor (#4553)
1 parent fe65928 commit 5d4d727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-protocols/dsp/dsp-spi/src/main/java/org/eclipse/edc/protocol/dsp/spi/type/DspTransferProcessPropertyAndTypeNames.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
public interface DspTransferProcessPropertyAndTypeNames {
2323

24-
String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM = DSPACE_SCHEMA + "TransferRequestMessage";
24+
String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM = "TransferRequestMessage";
2525
String DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_IRI = DSPACE_SCHEMA + DSPACE_TYPE_TRANSFER_REQUEST_MESSAGE_TERM;
2626
String DSPACE_TYPE_TRANSFER_START_MESSAGE_TERM = "TransferStartMessage";
2727
String DSPACE_TYPE_TRANSFER_START_MESSAGE_IRI = DSPACE_SCHEMA + DSPACE_TYPE_TRANSFER_START_MESSAGE_TERM;

0 commit comments

Comments
 (0)