Skip to content

Commit

Permalink
remove todo that's probably not actionable #3325
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Feb 6, 2017
1 parent 11be4dd commit eb40c73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/edu/harvard/iq/dataverse/util/FileUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -1241,10 +1241,6 @@ public static boolean isPubliclyDownloadable(FileMetadata fileMetadata) {
}

public static String getFileDownloadUrlPath(String downloadType, Long fileId, boolean gbRecordsWritten) {
/**
* @todo What happens when we bump the API version to v1.1 or v2? See
* also https://github.com/IQSS/dataverse/issues/3325
*/
String fileDownloadUrl = "/api/access/datafile/" + fileId;
if (downloadType != null && downloadType.equals("bundle")) {
fileDownloadUrl = "/api/access/datafile/bundle/" + fileId;
Expand Down

0 comments on commit eb40c73

Please sign in to comment.