Skip to content

Commit

Permalink
typo in a comment. (IQSS#7850)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed May 11, 2021
1 parent 40101bf commit 0607717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/Access.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public DownloadInstance downloadAuxiliaryFile(@PathParam("fileId") String fileId

/*
The special case for "preprocessed" metadata should not be here at all.
Access to it to the format should be handled by the /api/access/datafile/{id}?format=prep
Access to the format should be handled by the /api/access/datafile/{id}?format=prep
form exclusively (this is what Data Explorer and Tworavens have been
using all along). We may have advertised /api/access/datafile/{id}/metadata/preprocessed
in the past - but it has been broken since 5.3 anyway, since the /{formatVersion}
Expand Down

0 comments on commit 0607717

Please sign in to comment.