Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Jan 30, 2024
1 parent 391ee9a commit 25572ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void deleteMediaResource(String uri, AuthCredentials authCredentials, Swo
// Finalize the delete of the physical file
// (File service will double-check that the datafile no
// longer exists in the database, before proceeding to
// delete the physical file)
// delete the physical file) so this will result in a warning whenever the file needs to remain.
try {
dataFileService.finalizeFileDelete(fileIdLong, deleteStorageLocation);
} catch (IOException ioex) {
Expand Down

0 comments on commit 25572ae

Please sign in to comment.