Merge commit '690be4482fc84327dc7617acbc8d976d559df512' into beta2master_sept_2022

This commit is contained in:
Claudio Atzori 2022-09-16 15:57:44 +02:00
commit d72a64ded3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import eu.dnetlib.dhp.schema.oaf.utils.IdentifierFactory;
public class OdfToOafMapper extends AbstractMdRecordToOafMapper {
public static final String HTTP_DOI_PREIFX = "https://doi.org/";
public static final String HTTP_HANDLE_PREIFX = "http://hdl.handle.net/";
public static final String HTTP_HANDLE_PREIFX = "https://hdl.handle.net/";
public OdfToOafMapper(final VocabularyGroup vocs, final boolean invisible, final boolean shouldHashId,
final boolean forceOrginalId) {