Skip to content

Commit

Permalink
Update src/main/java/com/researchspace/dataverse/http/DataverseOperat…
Browse files Browse the repository at this point in the history
…ionsImplV1.java


remove obsolete comment
  • Loading branch information
otter606 committed Nov 27, 2022
1 parent 6422e5c commit e5d5261
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public String getFilename(){
};
return getDatasetFileList(metadata, dsIdentifier, resource);
}
// TODO stream read twice???
@Override
public DatasetFileList uploadNativeFile(InputStream data, long contentLength, FileUploadMetadata metadata, Identifier dsIdentifier, String fileName) {
InputStreamResource resource = new InputStreamResource(data) {
Expand Down

0 comments on commit e5d5261

Please sign in to comment.