Skip to content

Commit

Permalink
ALS-7014: Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Sep 3, 2024
1 parent f3716df commit 2f2c087
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,11 @@ public Response queryResult(UUID queryId, QueryRequest credentialsQueryRequest,
}

/**
* Streams the result for a given queryId by looking up the target resource from the database and calling the target resource for a
* result. The queryStatus method should be used to verify that the result is available prior to retrieving it.
* Returns a signed URL from HPDS that is a reference to the query result
*
* @param queryId - id of target resource
* @param credentialsQueryRequest - contains resource specific credentials object
* @return Response
* @return Response containing a signed URL
*/
@Transactional
public Response queryResultSignedUrl(UUID queryId, QueryRequest credentialsQueryRequest, HttpHeaders headers) {
Expand Down

0 comments on commit 2f2c087

Please sign in to comment.