Skip to content

Commit

Permalink
#3621 remove #
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 6, 2022
1 parent effd64f commit 7a24440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class OAIServlet extends HttpServlet {
xml produced by https://demo.dataverse.org/oai?verb=ListMetadataFormats will validate
*/
private static final String DATAVERSE_EXTENDED_METADATA_FORMAT = "dataverse_json";
private static final String DATAVERSE_EXTENDED_METADATA_NAMESPACE = "https://dataverse.org/schema/core#";
private static final String DATAVERSE_EXTENDED_METADATA_NAMESPACE = "https://dataverse.org/schema/core";
private static final String DATAVERSE_EXTENDED_METADATA_SCHEMA = "https://dataverse.org/schema/core.xsd";

private Context xoaiContext;
Expand Down

0 comments on commit 7a24440

Please sign in to comment.