Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
insignificant commit to see if I can still force-push to upstream
  • Loading branch information
nickgros committed Oct 25, 2024
1 parent b7fda3d commit ba86074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void queryForUploadDestination() {
currentUploadType = UploadType.S3;
view.showUploadingToSynapseStorage();
} else {
// we have a parent entity, check to see where we are suppose to upload the file(s)
// we have a parent entity, check to see where we are supposed to upload the file(s)
String uploadDestinationsEntityId = parentEntityId != null
? parentEntityId
: entity.getId();
Expand Down

0 comments on commit ba86074

Please sign in to comment.