Skip to content
Snippets Groups Projects
Verified Commit 80b2841c authored by Martin Weise's avatar Martin Weise
Browse files

Fixed the mapping

parent 28125fcf
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,9 @@ public interface MetadataMapper {
/* keep */
default String nameIdentifierSchemeTypeToUri(NameIdentifierSchemeType data) {
if (data == null) {
return null;
}
switch (data) {
case ROR -> {
return "https://ror.org/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment